1
0
mirror of https://github.com/typecho/typecho.git synced 2025-02-25 15:12:55 +01:00
typecho/.travis.yml
2017-07-31 11:44:32 +08:00

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