mirror of
https://github.com/typecho/typecho.git
synced 2025-03-17 16:39:40 +01:00
10 lines
78 B
YAML
10 lines
78 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.5
|
||
|
- 5.4
|
||
|
- 5.3
|
||
|
|
||
|
script: cd ./tools/ && make all
|
||
|
|