Add initial Travis CI build script

This commit is contained in:
Starbeamrainbowlabs 2015-09-19 11:00:30 +01:00
parent f5af74e867
commit 55fa08e2c7
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: php
php:
- 5.5
- 5.6
- nightly
before_script: ./build.sh
script: php -l build/index.php