Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Allow coveralls upload to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Apr 25, 2015
1 parent d8d9a7a commit 86c19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,4 +30,4 @@ script:
# - Aggregate client results
# - Single server and func test results
- ls coverage/client/*/lcov.info coverage/{server,func}/lcov.info | cat
- cat coverage/client/*/lcov.info coverage/{server,func}/lcov.info | ./node_modules/.bin/coveralls
- cat coverage/client/*/lcov.info coverage/{server,func}/lcov.info | ./node_modules/.bin/coveralls || echo "Coveralls upload failed"

0 comments on commit 86c19c1

Please sign in to comment.