Skip to content

Commit 08f545b

Browse files
committed
try yarn without cache
1 parent 67a2128 commit 08f545b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
2+
#cache:
3+
# directories:
4+
# - node_modules
25
node_js:
36
- "7"
47
- "6"
5-
install: npm install
8+
#install: npm install
69
after_success:
710
- npm run coverall

0 commit comments

Comments
 (0)