Skip to content

Commit

Permalink
Only add to toolshed on pushes to master that are non-PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Oct 3, 2017
1 parent 478a507 commit 66732f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
- planemo test --conda_auto_init --conda_dependency_resolution --conda_auto_install --conda_ensure_channels scottx611x --no_cache_galaxy --no_cleanup --test_output ./test.html
- cat ./test.html
after_success:
- planemo shed_update --shed_target testtoolshed --shed_email $SHED_EMAIL --shed_password $SHED_PASSWORD
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then planemo shed_update --shed_target testtoolshed --shed_email $SHED_EMAIL --shed_password $SHED_PASSWORD; fi
notifications:
email:
recipients:
Expand Down

0 comments on commit 66732f3

Please sign in to comment.