File tree Expand file tree Collapse file tree 4 files changed +2
-34
lines changed Expand file tree Collapse file tree 4 files changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -43,35 +43,12 @@ matrix:
4343 - cargo fmt --all -- --check
4444 - cargo clippy --all-targets --all-features -- -D warnings
4545
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-
6946 - rust : stable
7047 env : NAME='readme-check'
7148 before_script :
72- - bash auxiliary/update_cargo-readme.sh
49+ - bash auxiliary/update_cargo-readme.sh
7350 script :
74- - bash auxiliary/check_readme_consistency.sh
51+ - bash auxiliary/check_readme_consistency.sh
7552
7653script : |
7754 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"
1212
1313[badges ]
1414travis-ci = { repository = " Empty2k12/influxdb-rust" , branch = " master" }
15- coveralls = { repository = " Empty2k12/influxdb-rust" , branch = " master" , service = " github" }
1615
1716[dependencies ]
1817reqwest = " 0.9.17"
Original file line number Diff line number Diff line change 1616 <a href="https://travis-ci.org/Empty2k12/influxdb-rust">
1717 <img src="https://travis-ci.org/Empty2k12/influxdb-rust.svg?branch=master" alt='Build Status' />
1818 </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>
2219 <a href="https://docs.rs/crate/influxdb">
2320 <img src="https://docs.rs/influxdb/badge.svg" alt='Documentation Status' />
2421 </a>
@@ -100,5 +97,4 @@ in the repository.
10097
10198[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10299
103-
104100@ 2019 Gero Gerke, All rights reserved.
Original file line number Diff line number Diff line change 1616 <a href =" https://travis-ci.org/Empty2k12/influxdb-rust" >
1717 <img src =" https://travis-ci.org/Empty2k12/influxdb-rust.svg?branch=master" alt =' Build Status' />
1818 </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 >
2219 <a href =" https://docs.rs/crate/influxdb" >
2320 <img src =" https://docs.rs/influxdb/badge.svg" alt =' Documentation Status' />
2421 </a >
2825</p >
2926
3027{ {readme} }
31-
3228@ 2019 Gero Gerke, All rights reserved.
You can’t perform that action at this time.
0 commit comments