From 5d414e508cfc2fc941bce0345cfae98480c45b44 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 01:31:21 +0100 Subject: [PATCH] Added cash version to build script output. Also added the output of a script which is giving me trouble in the Travis CI worker. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c13ff2..dee069a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,15 @@ # Use python as its the simplest language which can run a test script language: python -# Install shunit2 before_install: + # Print out the bash version + - sudo /bin/bash --version + # Install dependencies - sudo apt-get install shunit2 + # Debug output the contents of this script which is causing errors + - echo -e "\n\n\n" + - sudo cat /etc/profile.d/phpenv.sh + - echo -e "\n\n\n" # Create a minecraft user for testing install: