aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-19 11:29:00 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-10-06 12:14:55 +0200
commitb49b9959b5375ed44c94f968bcebb07a7b8eac94 (patch)
tree94d423835a2668d4bce1231ade4c38decefe355f /.travis.yml
parent35535148a9f073886a42d6d3a32f70fa4767d9fd (diff)
downloadmail-b49b9959b5375ed44c94f968bcebb07a7b8eac94.tar.gz
prevent travis from building with features that are not available
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 67e3a01..ab21b0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,7 @@ addons:
apt:
packages:
- libnotmuch-dev
+
+script:
+ - cargo build --no-default-features --verbose --all
+ - cargo test --no-default-features --verbose --all