Skip to content

Commit

Permalink
Avoid non-master branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed Aug 9, 2018
1 parent 22fdfe1 commit ae11747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: node_js
node_js:
- '9'

branches:
only:
- master

install:
- 'npm install'
script:
Expand Down

0 comments on commit ae11747

Please sign in to comment.