Skip to content

Commit

Permalink
chore: update node and npm version in travis configuration (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored and gajus committed Dec 1, 2016
1 parent aa2c18b commit 11fc877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,11 +1,12 @@
language: node_js
node_js:
- 7
- 6
- 5
- 4
before_install:
- npm config set depth 0
- npm install --global npm@3
- npm install --global npm@latest
notifications:
email: false
sudo: false
Expand Down

0 comments on commit 11fc877

Please sign in to comment.