mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-15 06:59:20 +08:00
6 lines
130 B
YAML
6 lines
130 B
YAML
sudo: false
|
|
before_script:
|
|
- cd ./tests
|
|
- echo "new Date().toString();" | phantomjs
|
|
script: phantomjs run-qunit.js tests.html
|