From 7024efd5c78f2ae4a8160037dc3689229c31d0ba Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Mon, 9 Apr 2018 19:34:31 +0200 Subject: [PATCH] Build examples in CI --- .travis.yml | 1 + appveyor.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c8b939..842056b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,4 @@ matrix: script: - cargo test --all + - cargo test --examples diff --git a/appveyor.yml b/appveyor.yml index ee9147f..017492b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,5 @@ skip_tags: true build: false test_script: - - cargo test + - cargo test --all + - cargo test --examples