Skip to content

Commit

Permalink
Fixed coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 8, 2016
1 parent bf84979 commit 86c528b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ after_success:
travis-cargo --only stable doc-upload;
fi
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
travis-cargo --only stable coveralls --no-sudo --verify;
fi
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
travis-cargo --only stable coveralls --no-sudo --verify;
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/ntrumls-*;
fi
env:
global:
Expand Down

0 comments on commit 86c528b

Please sign in to comment.