Skip to content

Commit

Permalink
Run CI just on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed Mar 11, 2015
1 parent bde3009 commit d2a1ca9
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
Expand Up @@ -2,4 +2,7 @@ language: node_js
node_js:
- "0.10"
after_script:
- npm run cover
- npm run cover
branches:
only:
- master

0 comments on commit d2a1ca9

Please sign in to comment.