attempt to fix travis to use latest yarn

This commit is contained in:
Gaëtan Renaudeau 2017-07-20 15:24:21 +02:00
parent d2aa28729c
commit f57a83b8f8

View File

@ -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