From 2511e660eb1c21023ef3fff181810f1b2532a027 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Mon, 14 Aug 2017 14:32:56 +0200 Subject: [PATCH] Add abomonation feature to Travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57a75a7f..16e2fbde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,5 @@ script: - cargo build --verbose - cargo build --verbose --features arbitrary - cargo build --verbose --features serde-serialize - - cargo test --verbose --features "arbitrary serde-serialize" + - cargo build --verbose --features abomonation-serialize + - cargo test --verbose --features "arbitrary serde-serialize abomonation-serialize"