Skip to content

Commit 4a1504d

Browse files
Disable PHPUnit debug mode
1 parent 5d02b19 commit 4a1504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ before_script:
4545
- psql -c 'create database test;' -U postgres
4646

4747
script:
48-
- vendor/bin/phpunit --debug
48+
- vendor/bin/phpunit
4949
- vendor/bin/phpcs --standard=PSR2 classes/ tests/
5050

0 commit comments

Comments
 (0)