Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Conversation
|
Good catch, thanks. |
nno
added a commit
that referenced
this pull request
Feb 1, 2016
|
|
nno |
50f026a
|
nno
merged commit 50f026a
into
MOcov:master
Feb 1, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
scottclowe
deleted the
scottclowe:bld-shippable-test-once branch
Feb 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scottclowe commentedFeb 1, 2016
Since the environment variable TRAVIS is set to "true" on Shippable,
the command for Travis-CI should only be run if the SHIPPABLE
value is not "true". Otherwise tests are run twice on Shippable.