Updated travis to only test the master branch.

This commit is contained in:
Marcus Whybrow 2012-06-18 01:59:57 +01:00
parent 2429752c68
commit 51e072f92a

View File

@ -3,16 +3,20 @@
language: python language: python
before_install: before_install:
# Print out the bash version # Print out the bash version
- sudo /bin/bash --version - sudo /bin/bash --version
# Install dependencies # Install dependencies
- sudo apt-get install shunit2 - sudo apt-get install shunit2
# Remove this troublesome script # Remove this troublesome script
- sudo rm /etc/profile.d/phpenv.sh - sudo rm /etc/profile.d/phpenv.sh
# Create a minecraft user for testing # Create a minecraft user for testing
install: install:
- sudo adduser --system minecraft - sudo adduser --system minecraft
# Run the test script # Run the test script
script: sudo /bin/bash ./test.sh script: sudo /bin/bash ./test.sh
branches:
only:
- master