Skip to content

Commit

Permalink
ci: Use latest npm, add node v7 (u-wave#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Apr 7, 2017
1 parent 8d3b245 commit 3d5d39e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: node_js
sudo: false
before_install:
- npm install -g npm@3
- npm install -g npm@latest
script:
- npm test
node_js:
- "4"
- "6"
- "7"

addons:
apt:
Expand Down

0 comments on commit 3d5d39e

Please sign in to comment.