Skip to content

Commit

Permalink
Continue if coveralls fails
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Aug 25, 2014
1 parent 24d6ba4 commit 00d6c89
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 @@ -4,7 +4,7 @@ matrix:
- compiler: gcc
before_install: sudo pip install cpp-coveralls --use-mirrors
script: ./configure --enable-profile=gcov && make && make test
after_success: coveralls --exclude rxp --exclude testsuite --exclude java
after_success: coveralls --exclude rxp --exclude testsuite --exclude java || echo "No coveralls"
branch_pattern: travis-ci
- compiler: gcc

Expand Down

0 comments on commit 00d6c89

Please sign in to comment.