Skip to content

Commit d973b87

Browse files
TASK: Adjust yarn version for travisci
1 parent e055e2f commit d973b87

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
@@ -6,6 +6,6 @@ cache:
66
node_js:
77
- "node"
88
before_install:
9-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version v1.9.4
9+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
1010
- export PATH="$HOME/.yarn/bin:$PATH"
1111
- yarn global add babel-cli

0 commit comments

Comments
 (0)