msm/.travis.yml

14 lines
306 B
YAML
Raw Normal View History

# 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
# Override the default Travis python installation with nothing
install:
# Run the test script
script: sudo ./test.sh