TRY to fix travis

This commit is contained in:
Daniel M 2018-01-16 10:36:47 +01:00 committed by GitHub
parent ccf1698aef
commit 2edc4d1a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,16 @@
language: node_js
language: node_js
sudo: required
os:
- linux
node_js:
- "8"
- "9.2.1"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm i --depth 0 --silent
- npm install --depth 0 --silent
- npm run lint
- travis_retry npm run test:export
- travis_retry npm run test:docs