10 lines
147 B
YAML
10 lines
147 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.12'
|
|
- '0.11'
|
|
before_script:
|
|
- npm install -g mocha
|
|
notifications:
|
|
email:
|
|
- kimmobrunfeldt+concurrent@gmail.com
|