Skip to content

Commit

Permalink
Updated travis to only test the master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Whybrow committed Jun 18, 2012
1 parent 2429752 commit 51e072f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
script: sudo /bin/bash ./test.sh

branches:
only:
- master

0 comments on commit 51e072f

Please sign in to comment.