mirror of
https://github.com/typecho/typecho.git
synced 2025-02-25 15:12:55 +01:00
13 lines
117 B
YAML
13 lines
117 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 7.0
|
|
- 7.1
|
|
- nightly
|
|
|
|
script: cd ./tools/ && set -e && make test
|
|
|