diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-18 00:15:03 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-23 16:21:02 +0100 |
commit | 09c2d3d1e618e2cc73298a88eee2b7835c9f8461 (patch) | |
tree | 2ef48603316fcbc569b50023c68a884382be45b1 | |
parent | a4e943aa5d98d475200cbe0cb79ecd322390f2ba (diff) | |
download | sbotools2-09c2d3d1e618e2cc73298a88eee2b7835c9f8461.tar.xz |
Add new TEST_INSTALL env var to travis.yml
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b373f65..4be1088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ perl: - "5.18" - "5.16" env: - - TEST_ONLINE=1 - - TEST_ONLINE=0 + - TEST_ONLINE=1 TEST_INSTALL=1 + - TEST_ONLINE=1 TEST_INSTALL=0 + - TEST_ONLINE=0 TEST_INSTALL=1 + - TEST_ONLINE=0 TEST_INSTALL=0 sudo: required install: - sudo bash t/travis-deps/install.sh |