From ac94d167a2c9771e403cc2a05209129d189757ad 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 62fe69f..38d6205 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") &&