Skip to content

Commit

Permalink
chore(build): only build master 🏢
Browse files Browse the repository at this point in the history
We only want to build master on travis
  • Loading branch information
jimthedev committed Oct 21, 2015
1 parent fc95daa commit c607ee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
Expand Down

0 comments on commit c607ee3

Please sign in to comment.