1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update deps

This commit is contained in:
Nikolay Kim
2018-10-08 21:58:37 -07:00
parent 4e7fac08b9
commit 93b1c5fd46
3 changed files with 5 additions and 10 deletions

View File

@ -1,6 +1,6 @@
environment:
global:
PROJECT_NAME: actix
PROJECT_NAME: actix-web
matrix:
# Stable channel
- TARGET: i686-pc-windows-msvc
@ -37,4 +37,5 @@ build: false
# Equivalent to Travis' `script` phase
test_script:
- cargo clean
- cargo test --no-default-features --features="flate2-rust"