mirror of
https://github.com/typecho/typecho.git
synced 2025-01-17 12:38:28 +01:00
13 lines
118 B
YAML
13 lines
118 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- hhvm
|
|
- nightly
|
|
|
|
script: cd ./tools/ && set -e && make test
|
|
|