Skip to content

Commit

Permalink
chore(circle): only build master and develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Apr 14, 2015
1 parent c3c56cd commit cf125c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
general:
branches:
only:
- master
- develop
dependencies:
pre:
- npm install -g istanbul gulp
Expand Down

0 comments on commit cf125c9

Please sign in to comment.