Skip to content

Commit

Permalink
update circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Feb 27, 2017
1 parent f21e9fa commit a3588d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ test:
override:
- npm run test
- npm run lint
post:
- npm run coveralls
deployment:
coverage:
branch: [master, /^project\/*$/, /^hotfix\/*$/, /^feature\/*$/]
commands:
- npm run coveralls
release:
tag: /^v[0-9]+(\.[0-9]+)*$/
owner: yeojz
Expand Down

0 comments on commit a3588d6

Please sign in to comment.