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