Skip to content

Commit ad9c08d

Browse files
Uprev yarn in travis
1 parent 6d27d6b commit ad9c08d

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
@@ -8,6 +8,10 @@ cache:
88
directories:
99
- node_modules
1010

11+
before_install:
12+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.0
13+
- export PATH="$HOME/.yarn/bin:$PATH"
14+
1115
install:
1216
- yarn
1317

0 commit comments

Comments
 (0)