From 584ea26f74f908ca04ef60622057a3215618aa08 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Mon, 4 Jun 2018 13:20:26 +0900 Subject: [PATCH] ignore 5.9.6 branch in TravisCI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 808770b..be21241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ compiler: install: true +branches: + except: + - 5.9.6 + before_script: - autoreconf -fi