cops/.travis.yml
2013-10-15 11:01:55 +02:00

12 lines
174 B
YAML

language: php
php:
- 5.5
- 5.4
- 5.3
before_script:
- npm install jshint -g
- jshint --version
script:
- phpunit
- jshint --verbose --show-non-errors util.js