Skip to content

Commit

Permalink
Do not let coveralls fail the build
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 4, 2014
1 parent f5a99f5 commit e4a933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ script:
ant lint ;
fi
after_script:
- if [[ -f vendor/bin/coveralls ]] ; then php vendor/bin/coveralls -v ; fi
- if [[ -f vendor/bin/coveralls ]] ; then php vendor/bin/coveralls -v || true ; fi
matrix:
allow_failures:
- php: hhvm
Expand Down

0 comments on commit e4a933d

Please sign in to comment.