Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #218 from cloudflare/travis-build-only-master
Browse files Browse the repository at this point in the history
Tell Travis CI to only build on pushes to the master branch
  • Loading branch information
prymitive committed Jan 22, 2018
2 parents ab62379 + 15a8446 commit 1981898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ defaults_js: &DEFAULTS_JS
directories:
- node_modules

branches:
only:
- "master"

jobs:
include:
- stage: Test Go code
Expand Down

0 comments on commit 1981898

Please sign in to comment.