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:
parent
f5af74e867
commit
55fa08e2c7
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- nightly
|
||||||
|
|
||||||
|
before_script: ./build.sh
|
||||||
|
|
||||||
|
script: php -l build/index.php
|
Loading…
Reference in a new issue