From 76ff956eb9b0dbb55848c2c207edb144ebf9a6c1 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 12 Jun 2018 19:39:40 +0200 Subject: [PATCH] Add `bootimage test` to CI --- .appveyor.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 26f40a9e..e53ce814 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -79,3 +79,4 @@ before_test: test_script: - bootimage build - cargo test + - bootimage test diff --git a/.travis.yml b/.travis.yml index 32c682e5..b6b73ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,4 @@ before_script: script: - bootimage build - cargo test + - bootimage test