Skip to content

Commit

Permalink
fix(travis): fixing travis
Browse files Browse the repository at this point in the history
fixing travis to use semantic release
  • Loading branch information
ar4mirez committed Feb 7, 2018
1 parent 6005a7e commit 3cc1eb0
Show file tree
Hide file tree
Showing 3 changed files with 1,752 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: true
node_js:
Expand All @@ -11,10 +11,9 @@ before_script:
- npm prune
after_success:
- npm run coverage:report
- npm run semantic-release
- npm run travis-deploy-once "npm run semantic-release"
script:
- npm run coverage
- npm run coverage:check
- npm run validate
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 3cc1eb0

Please sign in to comment.