Skip to content

Commit bb37ef8

Browse files
committed
Fix build problem by updating yarn version
1 parent a0736f9 commit bb37ef8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ cache: yarn
44
env:
55
global:
66
- CXX=g++-4.8
7+
- YARN_VERSION=1.3.2
78

89
jobs:
910
include:
1011
- env: task=npm-test
1112
node_js:
1213
- 6
1314
before_install:
14-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
15+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
1516
- export PATH="$HOME/.yarn/bin:$PATH"
1617
- env: task=npm-test
1718
node_js:
1819
- 7
1920
before_install:
20-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
21+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
2122
- export PATH="$HOME/.yarn/bin:$PATH"
2223
- env: task=ShellCheck
2324
script:

0 commit comments

Comments
 (0)