Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

Commit

Permalink
fix(*): updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ledin committed Nov 22, 2018
1 parent 5163c16 commit d9e9e13
Show file tree
Hide file tree
Showing 3 changed files with 9,212 additions and 4,802 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: false
node_js:
- '10'
- '9'
- '8'
- '7'
- '6'
Expand All @@ -13,7 +16,7 @@ before_script:
script:
- npm run lint && npm test
after_success:
- npm run semantic-release
- npx travis-deploy-once "npx semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down
Loading

0 comments on commit d9e9e13

Please sign in to comment.