Skip to content
Snippets Groups Projects
Commit 12b78165 authored by nimrod's avatar nimrod
Browse files

- Use a shorter, faster install step just for pre-commit.

parent c87f5e52
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ env: ...@@ -9,7 +9,6 @@ env:
- VBOX_MEMORY=2048 - VBOX_MEMORY=2048
- VBOX_HWVIRTEX=off - VBOX_HWVIRTEX=off
matrix: matrix:
- TOXENV=pre-commit
- TOXENV=openbsd60 - TOXENV=openbsd60
- TOXENV=xenial - TOXENV=xenial
- TOXENV=trusty - TOXENV=trusty
...@@ -17,10 +16,7 @@ env: ...@@ -17,10 +16,7 @@ env:
- &stretch TOXENV=stretch - &stretch TOXENV=stretch
- &jessie TOXENV=jessie - &jessie TOXENV=jessie
- TOXENV=wheezy - TOXENV=wheezy
matrix:
fast_finish: True
allow_failures:
- env: *stretch
cache: cache:
- pip - pip
- directories: - directories:
...@@ -31,7 +27,7 @@ install: ...@@ -31,7 +27,7 @@ install:
- sudo apt-get install -y linux-headers-$(uname -r) virtualbox - sudo apt-get install -y linux-headers-$(uname -r) virtualbox
- wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb - wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
- sudo dpkg -i vagrant_1.9.1_x86_64.deb - sudo dpkg -i vagrant_1.9.1_x86_64.deb
- pip install tox-travis | cat - &pip_install pip install tox-travis | cat
script: script:
- travis_wait 45 tox - travis_wait 45 tox
...@@ -40,3 +36,14 @@ notifications: ...@@ -40,3 +36,14 @@ notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/ webhooks: https://galaxy.ansible.com/api/v1/notifications/
email: false email: false
on_failure: never on_failure: never
matrix:
fast_finish: True
allow_failures:
- env: *stretch
include:
- env:
TOXENV: pre-commit
install:
- *pip_install
sudo: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment