Skip to content

Commit

Permalink
build: Latest node version and remove "before_install" hook
Browse files Browse the repository at this point in the history
  • Loading branch information
samwx committed Sep 27, 2019
1 parent 60c84f9 commit d5932f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ cache:
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
- 'node' # use latest stable nodejs version
before_script:
- npm prune
- npm install
Expand Down

0 comments on commit d5932f4

Please sign in to comment.