From 74fc7456189f79b067aadf407e6196024c87c942 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 22 Nov 2018 19:08:05 -0500 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ff2d74..cf49887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - cargo test --doc - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --tests; - else; + else cargo test --lib; fi