Skip to content

Commit 8e2a594

Browse files
committed
npm3
1 parent a15944d commit 8e2a594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ node_js:
55
- "6"
66

77
sudo: false
8+
9+
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
10+

0 commit comments

Comments
 (0)