From d97f47141ee45285377407d9362207d97150fb3e Mon Sep 17 00:00:00 2001 From: cpw Date: Fri, 7 Jun 2019 16:57:18 -0400 Subject: [PATCH] Fix travis build Signed-off-by: cpw --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06de516b6..d9c4453ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,10 @@ script: notifications: email: false -# skip building travis on 1.13 - it doesn't work there +# skip building travis on 1.13+ - it doesn't work there branches: except: - 1.13-pre - 1.13.x + - 1.14.x - /^noci-.*$/