Skip to content

Commit a94f483

Browse files
committed
Update .travis.yml to run tests but not coverage
- coverage has been failing for an unknown reason
1 parent c7130be commit a94f483

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
@@ -9,7 +9,7 @@ install:
99

1010
script:
1111
- mkdir -p build/logs
12-
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
12+
- composer test
1313

1414
after_script:
1515
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)