From 004fc4e09a0f85929af81812d829486d2c0775f9 Mon Sep 17 00:00:00 2001 From: mcarton Date: Mon, 7 Mar 2016 18:40:13 +0100 Subject: [PATCH] Split travis tests into build + test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1029c67ee6b..6df1b49e484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ sudo: false script: - python util/update_lints.py -c + - cargo build --features debugging - cargo test --features debugging