From 2e4d5e6596f225cde0c388a9ba44fba3fa473598 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 01:39:10 +0100 Subject: [PATCH] Removed the troublesome "phpenv.sh" script. --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7eb396d..5989614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,8 @@ before_install: - 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 ls -lah /etc/profile.d - - sudo cat /etc/profile.d/phpenv.sh - - echo -e "\n\n\n" + # Remove this troublesome script + - sudo rm /etc/profile.d/phpenv.sh # Create a minecraft user for testing install: