mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
rewrite before_script in .travis.yml since travis doesn't like sh scripts
This commit is contained in:
parent
3e99d591b1
commit
cb3185486c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue