Skip to content

Commit 4436ccb

Browse files
committed
set specific yarn version for travis CI (#340)
1 parent 1a02544 commit 4436ccb

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
@@ -12,7 +12,7 @@ cache:
1212
yarn: true
1313

1414
before_install:
15-
- curl -o- -L https://yarnpkg.com/install.sh | bash
15+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.0.1
1616
- export PATH=$HOME/.yarn/bin:$PATH
1717
- yarn global add bower
1818

0 commit comments

Comments
 (0)