mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated travis to only test the master branch.
This commit is contained in:
parent
2429752c68
commit
51e072f92a
22
.travis.yml
22
.travis.yml
@ -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
|
Loading…
Reference in New Issue
Block a user