Skip to content
Snippets Groups Projects
Commit 288385f0 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Try to make it build with the saml module included by using the phpunit...

Try to make it build with the saml module included by using the phpunit version we are requiring instead of the one preinstalled.
parent a07399dc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ matrix:
allow_failures:
- php: hhvm
before_script: composer update --dev
script: phpunit --configuration tools/phpunit
script: php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit
after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
notifications:
......
......@@ -18,6 +18,7 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./../../lib/</directory>
<directory suffix=".php">./../../modules/core/lib/</directory>
<directory suffix=".php">./../../modules/saml/lib/</directory>
<exclude>
<directory>./../../vendor/</directory>
<directory>./../../tests/</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment