Skip to content

Commit c886d83

Browse files
committed
Fix --cache-min 'infinity' invalid issue for Travis CI
1 parent f1bd69f commit c886d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
cache: yarn
33
before_install:
4-
- npm install -g yarn --cache-min "infinity"
4+
- npm install -g yarn --cache-min "999999999"
55
node_js:
66
- '7'
77
install:

0 commit comments

Comments
 (0)