fix build

This commit is contained in:
joyqi 2013-12-13 10:43:12 +08:00
parent ae1e349647
commit e979895006

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: php
php:
- 5.5
- 5.4
- 5.3
- 5.2
jdk:
- openjdk7
install: make get-deps
script: cd ./tools/ && make all