Skip to content

Commit 27930fe

Browse files
committed
Remove coverage from Travis, as it runs as part of GitHub actions
See https://github.com/andygrove/sqlparser-rs/pull/186
1 parent 4a1292b commit 27930fe

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
language: rust
2-
# tarpaulin has only been tested on bionic and trusty other distros may have issues
32
dist: bionic
4-
addons:
5-
apt:
6-
packages:
7-
- libssl-dev
83
cache: cargo
94

105
rust:
@@ -23,10 +18,6 @@ before_script:
2318

2419
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
2520
- export PATH=$HOME/.cargo/bin:$PATH
26-
- |
27-
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
28-
cargo install cargo-tarpaulin
29-
fi
3021

3122
script:
3223
# Clippy must be run first, as its lints are only triggered during
@@ -41,9 +32,7 @@ script:
4132
# only available on the nightly rustfmt.
4233
- cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
4334

44-
after_success:
45-
- cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
46-
4735
env:
4836
global:
37+
# override the default `--features unstable` used for the nightly branch (optional)
4938
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

0 commit comments

Comments
 (0)