Skip to content

Commit

Permalink
chore(travis): Only build master
Browse files Browse the repository at this point in the history
Reduce Travis build to only build the master branch
  • Loading branch information
mmmoli committed Oct 13, 2015
1 parent ab8e698 commit 07e3a8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ script:
after_success:
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
only:
- master

0 comments on commit 07e3a8b

Please sign in to comment.