From 77cb6730f9265591dad141f4f9b840069c9cd2b9 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 3 Jun 2020 10:26:45 -0400 Subject: Support actix-web v2 (#30) * update dependencies - actix-web v2 - percent encoding v2.1 - rust 2018 edition - remove rustfmt no longer supported rules * ci: add feature build matrix * fix actix unit tests Co-authored-by: Mario Reder --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6e09135..f698d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,11 @@ rust: - nightly matrix: allow_failures: - - rust: nightly \ No newline at end of file + - rust: nightly +env: + - ARGS="--verbose" + - ARGS="--verbose --features=actix" + +script: + - cargo build $ARGS + - cargo test $ARGS -- cgit v1.2.3