mirror of
https://github.com/typecho/typecho.git
synced 2025-02-19 20:28:58 +01:00
11 lines
87 B
YAML
11 lines
87 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- 5.2
|
|
|
|
script: cd ./tools/ && make test
|
|
|