Skip to content

Commit 68d2d53

Browse files
author
Matthias Rütten
committed
fix yarn version
1 parent dfa3739 commit 68d2d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
language: node_js
44

55
before_install:
6-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
77
- export PATH=$HOME/.yarn/bin:$PATH
88

99
install:

0 commit comments

Comments
 (0)