typecho/.travis.yml
2016-01-26 15:28:02 +08:00

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