From 6888dda451cfc9935a7b54dd9ef50d71bf73b740 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 3 Apr 2018 13:03:51 -0400 Subject: [PATCH] Check all things in CI (inc. examples) --- .travis.yml | 2 +- appveyor.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a71988..6c51b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: - rust: nightly script: - - cargo build + - cargo check --all-targets - cargo test after_success: diff --git a/appveyor.yml b/appveyor.yml index 463e8aa..8fc6e6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,4 +64,5 @@ install: build: false test_script: + - cargo check --all-targets - cargo test