From c6b30a2fc6238c731160df08e476b6b97bd33beb Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 14 Nov 2018 19:54:48 -0700 Subject: [PATCH] testing of the lib should work now --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8788850..181d9f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ before_script: script: - cargo check && cargo check --release - # at the moment we DO NOT run "cargo test" because of lang-item issues + # exclude the examples from the test build, just the lib + - cargo test --lib && cargo test --lib --release - cd book && mdbook build deploy: