Skip to content

Commit f6f82c5

Browse files
author
刘祺
committed
try fix travis config
1 parent 28453a4 commit f6f82c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
sudo: true
22
language: node_js
33
node_js:
4-
- "stable"
54
- "6"
65
- "4"
76
install:
8-
- npm i || sudo $(which node) lib/install
7+
- sudo $(which node) $(which npm) i --unsafe-perm
98
- sudo chmod 644 /etc/profile.d/mirrors.sh
109
- source /etc/profile.d/mirrors.sh
1110
after_success:

0 commit comments

Comments
 (0)