Skip to content

Commit

Permalink
Only run builds on master branch + PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Mar 21, 2020
1 parent 3e72f11 commit 978423e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
node_js:
- 'lts/*'
after_success: 'npm run coveralls'
after_success: 'npm run coveralls'
branches:
only:
- master

0 comments on commit 978423e

Please sign in to comment.