17 lines
267 B
YAML
17 lines
267 B
YAML
![]() |
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
|
||
|
install:
|
||
|
- npm install spm coveralls
|
||
|
|
||
|
before_script:
|
||
|
- node_modules/spm/bin/spm-install
|
||
|
|
||
|
script:
|
||
|
- node_modules/spm/bin/spm-test
|
||
|
|
||
|
after_success:
|
||
|
- node_modules/spm/bin/spm-test --coveralls | node_modules/.bin/coveralls
|