To put it in \"BDD\" terms:
Background: Given I\'m contributing to a GH repo When I create a pull request Then Travis shou
Background: Given I\'m contributing to a GH repo
When I create a pull request Then Travis shou
Just found in travis docs
Add to .travis.yml
if: type = push
alternatively:
if: type = pull_request