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

Commit

Permalink
build(node): Use node@8 for TravisCI Builds
Browse files Browse the repository at this point in the history
semantic-release demands node@8 in its latest version
  • Loading branch information
swissmanu committed Dec 20, 2017
1 parent 3670be4 commit f909f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '4'
- '8'
before_install:
- npm i -g npm@^2.0.0
- npm i -g npm@^3.0.0
before_script:
- npm prune
script:
Expand Down

0 comments on commit f909f3e

Please sign in to comment.