diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:15:14 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:15:14 +0100 |
commit | bc01c570796aa22417c3e283cff6f5840a6cf5b3 (patch) | |
tree | f521df12f67dce18cd1d2e10c44f7a90f2b7217f | |
parent | 06f3802f4c8a3d2f92e053777c90f6592420146a (diff) | |
download | sbotools2-bc01c570796aa22417c3e283cff6f5840a6cf5b3.tar.xz |
Make Travis CI run non-online tests as well
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 63c294c..fb825b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ perl: - "5.16" env: - TEST_ONLINE=1 + - TEST_ONLINE=0 sudo: required install: - sudo bash t/travis-deps/install.sh |