Skip to content

Commit efb8dfa

Browse files
chore(travis): fix travis by using latest yarn
1 parent d534594 commit efb8dfa

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 @@ before_script:
77
- sh -e /etc/init.d/xvfb start
88
- ./nodeserver.sh > /dev/null &
99

10+
before_install:
11+
- curl -o- -L https://yarnpkg.com/install.sh | bash
12+
- export PATH="$HOME/.yarn/bin:$PATH"
13+
1014
matrix:
1115
allow_failures:
1216
- env: CORE_BRANCH=

0 commit comments

Comments
 (0)