sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 09c2d3d1e618e2cc73298a88eee2b7835c9f8461
parent a4e943aa5d98d475200cbe0cb79ecd322390f2ba
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Fri, 18 Dec 2015 00:15:03 +0100

Add new TEST_INSTALL env var to travis.yml

Diffstat:
M.travis.yml | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 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