Fix some travis build bugs

This commit is contained in:
Dennis Eichhorn 2018-08-11 13:16:29 +02:00
parent 828ee4f2ed
commit 108ad59bd9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>