5 lines
94 B
YAML
5 lines
94 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
script: phantomjs test/qunit/runner.js test/index.html
|