Skip to content

Commit

Permalink
ci: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTB committed Apr 29, 2018
1 parent a033fc7 commit 7250959
Show file tree
Hide file tree
Showing 3 changed files with 9,479 additions and 15 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
language: node_js

cache:
directories:
- ~/.npm

notifications:
email: false
node_js:
- 'node'

node_js: '8'

script: npm start validate
after_success:
- npm install -g codecov semantic-release
- codecov
- semantic-release pre && npm publish && semantic-release post

after_success: npx codecov

deploy:
provider: script
skip_cleanup: true
script: npx semantic-release

branches:
except: /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 7250959

Please sign in to comment.