Skip to content

Commit dcced6b

Browse files
committed
chore(travis) use yarn
1 parent b2cedce commit dcced6b

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
@@ -21,6 +21,9 @@ before_install:
2121
- curl -o- -L https://yarnpkg.com/install.sh | bash
2222
- export PATH="$HOME/.yarn/bin:$PATH"
2323

24+
install:
25+
- yarn
26+
2427
before_script:
2528
- export DISPLAY=:99.0
2629
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)