mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
13 lines
No EOL
265 B
YAML
13 lines
No EOL
265 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.1"
|
|
before_install:
|
|
- export CHROME_BIN=chromium-browser
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
before_script:
|
|
- cd gulp
|
|
- npm install -g karma
|
|
- npm install -g gulp
|
|
- npm install
|
|
script: gulp karma-test |