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

Conversation

Projects
None yet
2 participants
Contributor

scottclowe commented Feb 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.

@scottclowe scottclowe BLD: Only run tests once on Shippable
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.
a6e62c9
Contributor

nno commented Feb 1, 2016

Good catch, thanks.

@nno nno added a commit that referenced this pull request Feb 1, 2016

@nno nno Merge pull request #3 from scottclowe/bld-shippable-test-once
BLD: Only run tests once on Shippable
50f026a

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