Skip to content

Commit eac3f8c

Browse files
authored
Update .travis.yml
1 parent ef7ec6a commit eac3f8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ php:
77

88
before_script:
99
- composer install
10-
11-
after_script:
12-
- export COVERALLS_RUN_LOCALLY=1
13-
- php bin/coveralls -v
1410

1511
script:
16-
- bin/phpunit --coverage-text
12+
- vendor/bin/phpunit --coverage-text
1713

1814
matrix:
1915
allow_failures:

0 commit comments

Comments
 (0)