commit bc01c570796aa22417c3e283cff6f5840a6cf5b3 parent 06f3802f4c8a3d2f92e053777c90f6592420146a Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Tue, 15 Dec 2015 11:15:14 +0100 Make Travis CI run non-online tests as well Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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