diff --git a/.travis.yml b/.travis.yml index 5989614..1df2a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,20 @@ language: python before_install: - # Print out the bash version - - sudo /bin/bash --version - # Install dependencies - - sudo apt-get install shunit2 - # Remove this troublesome script - - sudo rm /etc/profile.d/phpenv.sh + # Print out the bash version + - sudo /bin/bash --version + # Install dependencies + - sudo apt-get install shunit2 + # Remove this troublesome script + - sudo rm /etc/profile.d/phpenv.sh # Create a minecraft user for testing install: - - sudo adduser --system minecraft - + - sudo adduser --system minecraft + # Run the test script -script: sudo /bin/bash ./test.sh \ No newline at end of file +script: sudo /bin/bash ./test.sh + +branches: + only: + - master \ No newline at end of file