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:
Marcus Whybrow 2012-06-06 00:43:36 +01:00
parent 2aedc5a19f
commit 7fbadc2502

View File

@ -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