mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
do not run clippy on travis
This commit is contained in:
parent
7639877b9e
commit
8dd79b577d
@ -17,8 +17,7 @@ before_script:
|
|||||||
- export PATH=$PATH:~/.cargo/bin
|
- export PATH=$PATH:~/.cargo/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- cargo test
|
||||||
# - make clippy
|
|
||||||
|
|
||||||
# Upload docs
|
# Upload docs
|
||||||
after_success:
|
after_success:
|
||||||
|
@ -24,14 +24,9 @@ mio = "0.6"
|
|||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tokio-core = "0.1"
|
tokio-core = "0.1"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
tokio-signal = "0.1"
|
|
||||||
tokio-uds = "0.1"
|
|
||||||
|
|
||||||
# logging
|
# other
|
||||||
time = "*"
|
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
syslog = "3.2"
|
|
||||||
env_logger = "0.4"
|
|
||||||
|
|
||||||
[dependencies.actix]
|
[dependencies.actix]
|
||||||
#path = "../actix"
|
#path = "../actix"
|
||||||
|
Loading…
Reference in New Issue
Block a user