Try to add jshint testing. re #96
This commit is contained in:
parent
a8e63d1a8a
commit
96537ba807
|
@ -2,4 +2,6 @@ language: php
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 5.3
|
||||||
|
before_script:
|
||||||
|
- npm install jshint -g
|
Loading…
Reference in a new issue