File tree 1 file changed +1
-12
lines changed 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
- # tarpaulin has only been tested on bionic and trusty other distros may have issues
3
2
dist : bionic
4
- addons :
5
- apt :
6
- packages :
7
- - libssl-dev
8
3
cache : cargo
9
4
10
5
rust :
@@ -23,10 +18,6 @@ before_script:
23
18
24
19
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
25
20
- export PATH=$HOME/.cargo/bin:$PATH
26
- - |
27
- if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
28
- cargo install cargo-tarpaulin
29
- fi
30
21
31
22
script :
32
23
# Clippy must be run first, as its lints are only triggered during
@@ -41,9 +32,7 @@ script:
41
32
# only available on the nightly rustfmt.
42
33
- cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
43
34
44
- after_success :
45
- - cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
46
-
47
35
env :
48
36
global :
37
+ # override the default `--features unstable` used for the nightly branch (optional)
49
38
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
You can’t perform that action at this time.
0 commit comments