1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-16 02:04:56 +00:00

rewrite before_script in .travis.yml since travis doesn't like sh scripts

This commit is contained in:
Starbeamrainbowlabs 2015-09-19 11:06:28 +01:00
parent 3e99d591b1
commit cb3185486c

View file

@ -5,6 +5,9 @@ php:
- 5.6 - 5.6
- nightly - nightly
before_script: ./build.sh before_script:
- rm build/index.php
- php rebuild_module_index.php
- php build.php
script: php -l build/index.php script: php -l build/index.php