Commit 099cf3f2 by vincent

Merge branch 'master' into nodejs

parents 3285f289 50576405
sudo: required sudo: required
language: node_js language: node_js
node_js: node_js:
- "node"
- "10" - "10"
- "8"
- "6"
env: env:
global: global:
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true - BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
...@@ -10,6 +13,7 @@ env: ...@@ -10,6 +13,7 @@ env:
- ENV=node - ENV=node
addons: addons:
chrome: stable chrome: stable
install: npm install
before_install: before_install:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment