mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
using into Travis CI
This commit is contained in:
parent
45a82a4965
commit
4136ed5019
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
- 'npm install -g gulp'
|
||||
- 'npm install' # install npm packages
|
||||
script: gulp karma-test
|
Loading…
Reference in a new issue