Skip to content

Commit a828652

Browse files
author
Amir Tocker
committed
Force Travis-ci to use npm version >=3. Add test for Node 6.x
1 parent 87b6667 commit a828652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
12
language: node_js
23
node_js:
4+
- "6"
35
- "5"
46
- "4"
57
install:

0 commit comments

Comments
 (0)