Skip to content

Commit

Permalink
ci(travis): limit build only to branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGentile committed Apr 27, 2017
1 parent 794d5ef commit 6f48157
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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 All @@ -16,10 +19,6 @@ script:
- npm run test:cover
- npm run prepublish
after_success:
- npm run semantic-release
- npm run coveralls
branches:
only:
- master
# except:
# - /^v\d+\.\d+\.\d+$/
- npm run semantic-release

0 comments on commit 6f48157

Please sign in to comment.