Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1dc7102

Browse files
committed
chore(travis): manually install yarn
Currently, the yarn version on Travis is outdated: travis-ci/packer-templates#478
1 parent 93acf7f commit 1dc7102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ addons:
3636
packages:
3737
- g++-4.8
3838

39+
before_install:
40+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
41+
- export PATH="$HOME/.yarn/bin:$PATH"
42+
3943
before_script:
4044
- du -sh ./node_modules ./bower_components/ || true
4145
- "./scripts/travis/before_build.sh"

0 commit comments

Comments
 (0)