diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 20:23:55 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 20:23:55 +0100 |
commit | 47969cdee3490d3315013058534f1d1f065a312c (patch) | |
tree | 4729b9ca4372ff922e9c7554811c611b7f18e9df | |
parent | 5247bff4bd2f285777da2fd57def92f4af6f5fe1 (diff) | |
download | sbotools2-47969cdee3490d3315013058534f1d1f065a312c.tar.xz |
travis: no need to run non-installation tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b3c50f0..b1bd345 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,9 @@ env: - TEST_ONLINE=1 TEST_INSTALL=1 TEST_MULTILIB=0 - TEST_ONLINE=1 TEST_INSTALL=1 TEST_MULTILIB=1 - TEST_ONLINE=1 TEST_INSTALL=1 TEST_MULTILIB=2 - - TEST_ONLINE=1 TEST_INSTALL=0 - TEST_ONLINE=0 TEST_INSTALL=1 TEST_MULTILIB=0 - TEST_ONLINE=0 TEST_INSTALL=1 TEST_MULTILIB=1 - TEST_ONLINE=0 TEST_INSTALL=1 TEST_MULTILIB=2 - - TEST_ONLINE=0 TEST_INSTALL=0 sudo: required install: - sudo bash t/travis-deps/install.sh |