Revert "Added code coverage with cargo-travis."
It seems to hit an internal compiler error, so, that's not a great plan.
This reverts commit 5612c50f5a
.
This commit is contained in:
parent
5612c50f5a
commit
cad03f81e6
1 changed files with 1 additions and 27 deletions
28
.travis.yml
28
.travis.yml
|
@ -1,28 +1,6 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust: stable
|
rust: stable
|
||||||
sudo: true
|
sudo: false
|
||||||
|
|
||||||
cache:
|
|
||||||
- apt
|
|
||||||
- cargo
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libcurl4-openssl-dev
|
|
||||||
- libelf-dev
|
|
||||||
- libdw-dev
|
|
||||||
- binutils-dev
|
|
||||||
- cmake
|
|
||||||
sources:
|
|
||||||
- kalakris-cmake
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- export PATH=$HOME/.cargo/bin:$PATH
|
|
||||||
- cargo install cargo-update || echo "cargo-update already installed"
|
|
||||||
- cargo install cargo-travis || echo "cargo-travis already installed"
|
|
||||||
- cargo install-update -a # update outdated cached binaries
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- chmod +x mktestconfig.sh
|
- chmod +x mktestconfig.sh
|
||||||
- ./mktestconfig.sh
|
- ./mktestconfig.sh
|
||||||
|
@ -31,10 +9,6 @@ script:
|
||||||
- cargo test --verbose --features "toml yaml"
|
- cargo test --verbose --features "toml yaml"
|
||||||
- cargo test --doc
|
- cargo test --doc
|
||||||
- cargo test --verbose --no-default-features
|
- cargo test --verbose --no-default-features
|
||||||
|
|
||||||
after_success:
|
|
||||||
- cargo coveralls
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue