aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-18 00:15:03 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-23 16:21:02 +0100
commit09c2d3d1e618e2cc73298a88eee2b7835c9f8461 (patch)
tree2ef48603316fcbc569b50023c68a884382be45b1
parenta4e943aa5d98d475200cbe0cb79ecd322390f2ba (diff)
downloadsbotools2-09c2d3d1e618e2cc73298a88eee2b7835c9f8461.tar.xz
Add new TEST_INSTALL env var to travis.yml
-rw-r--r--.travis.yml6
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