Tone.js/.travis.yml

11 lines
238 B
YAML
Raw Normal View History

2016-03-04 21:19:10 +00:00
language: node_js
node_js:
- "0.12"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2016-03-04 21:49:28 +00:00
before_script:
2016-03-04 22:13:39 +00:00
- npm install -g karma
2016-03-04 21:49:28 +00:00
- npm install -g gulp
2016-03-04 21:19:10 +00:00
script: gulp karma-test