1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 16:33:00 +00:00

Add initial Travis CI build script

This commit is contained in:
Starbeamrainbowlabs 2015-09-19 11:00:30 +01:00
parent f5af74e867
commit 55fa08e2c7

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