mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated .travis.yml to create a "minecraft" user before testing.
Also removed the "apt-get update" command to see if we can do without it.
This commit is contained in:
parent
7fbadc2502
commit
24c25dfc78
@ -4,12 +4,11 @@ language: python
|
||||
|
||||
# Install shunit2
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install shunit2
|
||||
|
||||
# Override the default Travis python installation with nothing
|
||||
# Create a minecraft user for testing
|
||||
install:
|
||||
- echo "No installation necessary"
|
||||
- sudo adduser --system minecraft
|
||||
|
||||
# Run the test script
|
||||
script: sudo /bin/bash ./test.sh
|
Loading…
Reference in New Issue
Block a user