Commit 875898d7 by Jonathan Derrough

Merge remote-tracking branch 'justadudewhohacks/master'

parents 01c3821d f9bc7050
......@@ -7,6 +7,8 @@ node_js:
- "8"
# node 6 is not compatible with tfjs-node
# - "6"
services:
- xvfb
env:
global:
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
......@@ -16,9 +18,6 @@ env:
addons:
chrome: stable
install: npm install
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- if [ $ENV == 'browser' ]; then npm run test-browser; fi
- if [ $ENV == 'node' ]; then npm run test-node; fi
......
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