Permalink
Browse files

Merge pull request #3 from scottclowe/bld-shippable-test-once

BLD: Only run tests once on Shippable
  • Loading branch information...
2 parents 3562815 + a6e62c9 commit 50f026a2743d5f912e8c00b22f32f04b5ad2204e @nno nno committed Feb 1, 2016
Showing with 1 addition and 2 deletions.
  1. +1 −2 .travis.yml
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

0 comments on commit 50f026a

Please sign in to comment.