Skip to content

Commit 3000b18

Browse files
committed
Update build script
1 parent fb8c7a6 commit 3000b18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ before_install:
3737
- nvm install $NODE_VERSION
3838
- nvm use $NODE_VERSION
3939

40+
- if [ $NODE_VERSION == "0.10" ]; then
41+
npm -g install npm@latest-2;
42+
fi
43+
4044
- export PATH="./node_modules/.bin/:$PATH"
4145

4246
- PUBLISH_BINARY=false

0 commit comments

Comments
 (0)