Skip to content

Instantly share code, notes, and snippets.

@pckilgore
Last active September 11, 2018 18:12
Show Gist options
  • Save pckilgore/95ab233ff6bb0f4079738341c6be0486 to your computer and use it in GitHub Desktop.
Save pckilgore/95ab233ff6bb0f4079738341c6be0486 to your computer and use it in GitHub Desktop.
Only build PRs and master on travis-ci.com
# language: ...
branches:
only: # Creates a whitelist. Any branch not in this list will not build.
- master
# - canary
# - develop
# - etc..
# Do other stuff here.
deploy:
# - provider: YOUR_PROVIDER_HERE
on:
master: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment