Skip to content

Commit

Permalink
travis: disable code coverage
Browse files Browse the repository at this point in the history
Proptest seems to be hitting this rust-lang/rust#58375
  • Loading branch information
alessandrod committed Jul 5, 2019
1 parent d3e575d commit 5afef5d
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
language: rust
rust:
- stable
- nightly
cache: cargo
# Dependencies of kcov, used by coverage
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-cmake

sudo: required # https://github.com/travis-ci/travis-ci/issues/9061

before_script:
- cargo install --force cargo-travis
- export PATH=$HOME/.cargo/bin:$PATH

script:
- cargo test

after_success:
- cargo coveralls
- stable
- beta
- nightly

0 comments on commit 5afef5d

Please sign in to comment.