Skip to content

Commit

Permalink
Merge pull request #6 from ar4mirez/fix/travis
Browse files Browse the repository at this point in the history
fix(travis): fixing travis
  • Loading branch information
ar4mirez authored Feb 7, 2018
2 parents 6005a7e + 3cc1eb0 commit 7f75d0f
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 7f75d0f

Please sign in to comment.