mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
Fix some travis build bugs
This commit is contained in:
parent
828ee4f2ed
commit
108ad59bd9
|
|
@ -8,7 +8,7 @@ before_script:
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||||
- chmod 755 -R Build/Hooks
|
- chmod -R 755 Build/Hooks
|
||||||
- ls -l
|
- ls -l
|
||||||
script:
|
script:
|
||||||
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<directory suffix="tpl.php">../*</directory>
|
<directory suffix="tpl.php">../*</directory>
|
||||||
<directory suffix="lang.php">../*</directory>
|
<directory suffix="lang.php">../*</directory>
|
||||||
<directory suffix="Test.php">../*</directory>
|
<directory suffix="Test.php">../*</directory>
|
||||||
<directory>../Build/*</directory>
|
<directory>Build/*</directory>
|
||||||
</exclude>
|
</exclude>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user