mirror of
https://github.com/typecho/typecho.git
synced 2025-01-18 04:58:20 +01:00
f2dc80592e
ref #642
13 lines
113 B
YAML
13 lines
113 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
script: cd ./tools/ && set -e && make test
|
|
|