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
# 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: