File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1414before_script :
1515 - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
1616script :
17- - |
18- if [ "$TRAVIS_RUST_VERSION" = nightly ]; then
19- travis-cargo build -- --features clippy
20- else
21- travis-cargo build
22- fi
17+ - travis-cargo build
2318 - travis-cargo test
2419 - travis-cargo --only stable doc
2520after_success :
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ url = "1"
1717version = " 0.9"
1818optional = true
1919
20- [dependencies .clippy ]
21- optional = true
22- version = " ^0.*"
23-
2420[features ]
2521default = [" http" ]
2622http = [" reqwest" ]
Original file line number Diff line number Diff line change 2828//! }
2929//! ```
3030
31- #![ cfg_attr( feature="clippy" , feature( plugin) ) ]
32- #![ cfg_attr( feature="clippy" , plugin( clippy) ) ]
33- #![ cfg_attr( feature="clippy" , warn( cyclomatic_complexity) ) ]
34-
3531extern crate url;
3632#[ cfg( feature = "http" ) ]
3733extern crate reqwest;
You can’t perform that action at this time.
0 commit comments