mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
10 lines
297 B
YAML
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
|