File tree 4 files changed +2
-34
lines changed
4 files changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -43,35 +43,12 @@ matrix:
43
43
- cargo fmt --all -- --check
44
44
- cargo clippy --all-targets --all-features -- -D warnings
45
45
46
- - env : NAME='cargo-travis'
47
- sudo : required
48
- before_script :
49
- - cargo install cargo-update || echo "cargo-update already installed"
50
- - cargo install cargo-travis || echo "cargo-travis already installed"
51
- - cargo install-update -a
52
- script :
53
- - |
54
- cargo build &&
55
- cargo coverage &&
56
- wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
57
- tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make &&
58
- sudo make install && cd ../.. &&
59
- kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo --exclude-path=./tests target/kcov target/debug/influxdb-*
60
- addons :
61
- apt :
62
- packages :
63
- - libcurl4-openssl-dev
64
- - libelf-dev
65
- - libdw-dev
66
- - binutils-dev
67
- - cmake
68
-
69
46
- rust : stable
70
47
env : NAME='readme-check'
71
48
before_script :
72
- - bash auxiliary/update_cargo-readme.sh
49
+ - bash auxiliary/update_cargo-readme.sh
73
50
script :
74
- - bash auxiliary/check_readme_consistency.sh
51
+ - bash auxiliary/check_readme_consistency.sh
75
52
76
53
script : |
77
54
export RUST_BACKTRACE=1 &&
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ repository = "https://github.com/Empty2k12/influxdb-rust"
12
12
13
13
[badges ]
14
14
travis-ci = { repository = " Empty2k12/influxdb-rust" , branch = " master" }
15
- coveralls = { repository = " Empty2k12/influxdb-rust" , branch = " master" , service = " github" }
16
15
17
16
[dependencies ]
18
17
reqwest = " 0.9.17"
Original file line number Diff line number Diff line change 16
16
<a href="https://travis-ci.org/Empty2k12/influxdb-rust">
17
17
<img src="https://travis-ci.org/Empty2k12/influxdb-rust.svg?branch=master" alt='Build Status' />
18
18
</a>
19
- <a href="https://coveralls.io/github/Empty2k12/influxdb-rust?branch=master">
20
- <img src="https://coveralls.io/repos/github/Empty2k12/influxdb-rust/badge.svg?branch=master" alt='Coverage Status' />
21
- </a>
22
19
<a href="https://docs.rs/crate/influxdb">
23
20
<img src="https://docs.rs/influxdb/badge.svg" alt='Documentation Status' />
24
21
</a>
@@ -100,5 +97,4 @@ in the repository.
100
97
101
98
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
102
99
103
-
104
100
@ 2019 Gero Gerke, All rights reserved.
Original file line number Diff line number Diff line change 16
16
<a href =" https://travis-ci.org/Empty2k12/influxdb-rust" >
17
17
<img src =" https://travis-ci.org/Empty2k12/influxdb-rust.svg?branch=master" alt =' Build Status' />
18
18
</a >
19
- <a href =" https://coveralls.io/github/Empty2k12/influxdb-rust?branch=master" >
20
- <img src =" https://coveralls.io/repos/github/Empty2k12/influxdb-rust/badge.svg?branch=master" alt =' Coverage Status' />
21
- </a >
22
19
<a href =" https://docs.rs/crate/influxdb" >
23
20
<img src =" https://docs.rs/influxdb/badge.svg" alt =' Documentation Status' />
24
21
</a >
28
25
</p >
29
26
30
27
{ {readme} }
31
-
32
28
@ 2019 Gero Gerke, All rights reserved.
You can’t perform that action at this time.
0 commit comments