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: