5 lines
118 B
YAML
5 lines
118 B
YAML
before_script:
|
|
- cd ./tests
|
|
- echo "new Date().toString();" | phantomjs
|
|
script: phantomjs run-qunit.js tests.html
|