7 lines
83 B
YAML
7 lines
83 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
before_script:
|
|
- npm install jshint -g |