mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
12 lines
143 B
YAML
12 lines
143 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
script:
|
|
- grunt lint
|