Skip to content

Commit 72e44b4

Browse files
committed
install latest yarn on travis before proceeding
1 parent 3499294 commit 72e44b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ dist: xenial
22
language: node_js
33
node_js:
44
- '--lts'
5+
before_install:
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash
7+
- source ~/.bashrc
58
cache: yarn
69
branches:
710
except:

0 commit comments

Comments
 (0)