From cc3cb8d282590385cd570e30411dae6cd694e50e Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 15 Dec 2018 14:35:25 +0100 Subject: [PATCH] MAINT: Test the 0.4 branch in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1feee2d..3ff361e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: branches: only: - master - - 0.3 + - 0.4 script: - | ([ ! -z "$NODROP_FEATURES" ] || cargo build --verbose --features "$FEATURES") &&