mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 12:48:41 +00:00
Use local phpunit
This commit is contained in:
parent
bd87ffadff
commit
356027981f
|
|
@ -9,9 +9,8 @@ before_script:
|
|||
- composer install
|
||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||
- chmod -R 755 Build/Hooks
|
||||
- ls -l
|
||||
script:
|
||||
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
||||
- vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
|
||||
- pwd
|
||||
- ./Build/Hooks/travis.sh
|
||||
notifications:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<testsuites>
|
||||
<testsuite name="phpOMS">
|
||||
<directory>./</directory>
|
||||
<directory>./tests</directory>
|
||||
<directory>./tests/</directory>
|
||||
<exclude>Module/ModuleManagerTest.php</exclude>
|
||||
<exclude>./vendor</exclude>
|
||||
<exclude>./Build</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user