Skip to content

Commit 661b5c8

Browse files
committed
Update travis config.
1 parent e407f13 commit 661b5c8

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/vendor
33
composer.lock
44
.phpunit.result.cache
5+
phpunit.xml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_script:
2828

2929
script:
3030
- mkdir -p build/logs
31-
- php vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
31+
- php vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
3232

3333
after_success:
3434
- travis_retry php vendor/bin/php-coveralls -v

tests/database/baseline.sqlite

24 KB
Binary file not shown.

tests/database/testing.sqlite

24 KB
Binary file not shown.

0 commit comments

Comments
 (0)