Removed the troublesome "phpenv.sh" script.

This commit is contained in:
Marcus Whybrow 2012-06-06 01:39:10 +01:00
parent 21bda9d0e3
commit 2e4d5e6596

View File

@ -7,11 +7,8 @@ before_install:
- sudo /bin/bash --version - sudo /bin/bash --version
# Install dependencies # Install dependencies
- sudo apt-get install shunit2 - sudo apt-get install shunit2
# Debug output the contents of this script which is causing errors # Remove this troublesome script
- echo -e "\n\n\n" - sudo rm /etc/profile.d/phpenv.sh
- sudo ls -lah /etc/profile.d
- sudo cat /etc/profile.d/phpenv.sh
- echo -e "\n\n\n"
# Create a minecraft user for testing # Create a minecraft user for testing
install: install: