1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00

do not run clippy on travis

This commit is contained in:
Nikolay Kim 2017-09-30 09:23:53 -07:00
parent 7639877b9e
commit 8dd79b577d
2 changed files with 2 additions and 8 deletions

View file

@ -17,8 +17,7 @@ before_script:
- export PATH=$PATH:~/.cargo/bin
script:
- make test
# - make clippy
- cargo test
# Upload docs
after_success:

View file

@ -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"