Skip to content

Commit

Permalink
chore: enable branch build only for master
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jul 13, 2020
1 parent 0ab21d3 commit 4c24bec
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 @@ -10,6 +10,10 @@ addons:
notifications:
email: false

branches:
only:
- master

script:
- npm run test
- npm run coveralls

0 comments on commit 4c24bec

Please sign in to comment.