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

Commit

Permalink
fix: get semantic-release working
Browse files Browse the repository at this point in the history
- Update the Travis Node targets
- Added tokens for npm and GitHub to enable semantic-release
  • Loading branch information
jlengstorf committed Dec 18, 2017
1 parent c4914ef commit a333837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cache:
directories:
- node_modules
node_js:
- "6"
- "7"
- "8"
- 6
- 8
- 9
notifications:
email: false
before_script:
Expand Down

0 comments on commit a333837

Please sign in to comment.