simplestorage.js
Version:
Cross-browser key-value store database to store data locally in the browser
16 lines (12 loc) • 349 B
YAML
install:
- wget https://raw.githubusercontent.com/andris9/qunit-phantomjs-runner/master/runner.js
before_script:
- python -m SimpleHTTPServer 8888 2> /dev/null &
- sleep 3
script: phantomjs runner.js http://localhost:8888/tests/
notifications:
email:
recipients:
- andris@kreata.ee
on_success: change
on_failure: change