Skip to content

Commit b56a3bb

Browse files
committed
ci(travis): use latest yarn
1 parent 3e39a29 commit b56a3bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ cache:
77
directories:
88
- "node_modules"
99

10+
before_install:
11+
- curl -o- -L https://yarnpkg.com/install.sh | bash
12+
- export PATH=$HOME/.yarn/bin:$PATH
13+
1014
# GitHub Pages deploy
1115
before_deploy:
1216
- npm run predeploy

0 commit comments

Comments
 (0)