Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

BLD: Only run tests once on Shippable #3

Merged
merged 1 commit into from Feb 1, 2016
Jump to file or symbol
Failed to load files and symbols.
+1 −2
Split
View
@@ -33,8 +33,7 @@ before_install:
script:
- if [[ "$SHIPPABLE" == "true" ]]; then
make test JUNIT_XML=../MOcov/shippable/testresults/testresults.xml;
- fi
- - if [[ "$TRAVIS" == "true" ]]; then
+ elif [[ "$TRAVIS" == "true" ]]; then
make test;
fi