typecho/.travis.yml
2013-12-13 10:51:03 +08:00

10 lines
78 B
YAML

language: php
php:
- 5.5
- 5.4
- 5.3
script: cd ./tools/ && make all