mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Remove travis build manifest
This commit is contained in:
parent
3c1e6ebadb
commit
095d14ce3c
23
.travis.yml
23
.travis.yml
@ -1,23 +0,0 @@
|
||||
# Use python as its the simplest language which can run a test script
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
# Print out the bash version
|
||||
- sudo /bin/bash --version
|
||||
# Update Package Lists
|
||||
- sudo apt-get -qq update
|
||||
# Install dependencies
|
||||
- sudo apt-get install -y shunit2
|
||||
# Remove this troublesome script
|
||||
- sudo rm -f /etc/profile.d/phpenv.sh
|
||||
|
||||
# Create a minecraft user for testing
|
||||
install:
|
||||
- sudo adduser --system minecraft
|
||||
|
||||
# Run the test script
|
||||
script: sudo /bin/bash ./test.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue
Block a user