mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
11 lines
134 B
YAML
11 lines
134 B
YAML
language: php
|
|
php:
|
|
- 5.2
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
script:
|
|
- grunt lint
|