Skip to content

Commit ce831bb

Browse files
author
Bishop Bettini
committed
Allow the coveralls job to fail
In the last green Travis build[1], coveralls failed with "command not found". We fixed that particular error in this build but there are still missing environment variables. Since the scope of this change is to replace the existing Travis behavior, we'll stop here and let the coveralls fail but ignore that fact. [1]:https://travis-ci.org/github/rollbar/rollbar-php-laravel/jobs/743942091
1 parent 8ab8c66 commit ce831bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Report results
6868
if: success()
69-
run: ./vendor/bin/php-coveralls -v
69+
run: ./vendor/bin/php-coveralls -v || true

0 commit comments

Comments
 (0)