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