mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed the .travis.yml file again.
This should skip the python install step now, and should also run the test script.
This commit is contained in:
parent
2aedc5a19f
commit
7fbadc2502
@ -9,6 +9,7 @@ before_install:
|
||||
|
||||
# Override the default Travis python installation with nothing
|
||||
install:
|
||||
- echo "No installation necessary"
|
||||
|
||||
# Run the test script
|
||||
script: sudo ./test.sh
|
||||
script: sudo /bin/bash ./test.sh
|
Loading…
Reference in New Issue
Block a user