1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/public/vendor/bootstrap-datepicker/.travis.yml
2014-04-22 14:33:53 +03:00

10 lines
297 B
YAML

install:
- npm install -g jshint jscs
before_script:
- cd ./tests
- echo "new Date().toString();" | phantomjs
script:
- jshint ../js/bootstrap-datepicker.js ../js/locales/*.js
- jscs -c ../.jscs.json ../js/bootstrap-datepicker.js ../js/locales/*.js
- phantomjs run-qunit.js tests.html