typecho/.travis.yml
2014-10-11 13:08:04 +08:00

13 lines
114 B
YAML

language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- 5.2
- hhvm
script: cd ./tools/ && set -e && make test