mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 09:18:41 +00:00
17 lines
159 B
YAML
17 lines
159 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.3.3
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
- 5.6
|
||
|
- 7.0
|
||
|
- 7.1
|
||
|
- 7.2
|
||
|
- hhvm
|
||
|
|
||
|
script:
|
||
|
- composer install
|
||
|
- phpunit
|