From 4dae0f3e1149c87238165d3b82f56b1e2a07ccaa Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 22 Apr 2015 23:35:51 +0100 Subject: [PATCH] printenv --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 930c06695..4d22b644c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: bash before_script: - - curl -L "http://downloads.sourceforge.net/shunit2/shunit2-2.0.3.tgz" | tar zx + - curl -L "http://downloads.sourceforge.net/shunit2/shunit2-2.1.6.tgz" | tar zx script: - - bash touch /home/travis/build/dgibbs64/linuxgsm/7DaysToDie/serverfiles/serverconfig.xml + - bash tests/myscript_tests.sh + - bash printenv - bash 7DaysToDie/sdtdserver auto-install - bash 7DaysToDie/sdtdserver start - bash 7DaysToDie/sdtdserver stop