Skip to content

Commit

Permalink
Merge pull request #7 from erikdesjardins/faster-pr-builds
Browse files Browse the repository at this point in the history
Faster PR builds
  • Loading branch information
erikdesjardins committed Feb 13, 2017
2 parents dba1741 + fb1f155 commit 12d5dc9
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 @@ -3,6 +3,10 @@ node_js:
- "5"
- "4"
- "0.12"
branches:
only:
- master
- /^v[0-9]/
script:
- nyc npm test
after_success:
Expand Down

0 comments on commit 12d5dc9

Please sign in to comment.