mirror of
https://github.com/typecho/typecho.git
synced 2025-01-17 20:48:42 +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
|
|
|