Skip to content

Commit f1bc6dc

Browse files
committed
fixed yml
1 parent 4838d33 commit f1bc6dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: node_js
2-
sudo: false
2+
sudo: required
33
node_js:
4-
- '4.4'
5-
4+
- "0.12"
5+
install:
6+
- npm install
67
branches:
78
only:
89
- master
10+
cache:
11+
directories:
12+
- node_modules

0 commit comments

Comments
 (0)