mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
attempt to fix travis to use latest yarn
This commit is contained in:
parent
d2aa28729c
commit
f57a83b8f8
@ -1,8 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "7"
|
||||
install:
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
before_script:
|
||||
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|
||||
script: yarn test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user