mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 13:28:42 +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
|
||||
- composer install
|
||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||
- chmod 755 -R Build/Hooks
|
||||
- chmod -R 755 Build/Hooks
|
||||
- ls -l
|
||||
script:
|
||||
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<directory suffix="tpl.php">../*</directory>
|
||||
<directory suffix="lang.php">../*</directory>
|
||||
<directory suffix="Test.php">../*</directory>
|
||||
<directory>../Build/*</directory>
|
||||
<directory>Build/*</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user