mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated the .travis.yml file to hopefully work.
Added the "install" key and added "sudo" for starting the test script.
This commit is contained in:
parent
22278b516f
commit
2aedc5a19f
11
.travis.yml
11
.travis.yml
@ -1,5 +1,14 @@
|
||||
|
||||
# Use python as its the simplest language which can run a test script
|
||||
language: python
|
||||
|
||||
# Install shunit2
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install shunit2
|
||||
script: ./test.sh
|
||||
|
||||
# Override the default Travis python installation with nothing
|
||||
install:
|
||||
|
||||
# Run the test script
|
||||
script: sudo ./test.sh
|
Loading…
Reference in New Issue
Block a user