From e9acd3bda57ecbebb4556cd1f07149455d90997c Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 30 Sep 2018 23:46:48 +0200 Subject: [PATCH] Try getting CI to work on next branch --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01293522..7178417c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ branches: # release tags - /^v\d+\.\d+\.\d+.*$/ - master + - next notifications: email: false diff --git a/appveyor.yml b/appveyor.yml index ff7e8f52..18d4278e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,6 +51,7 @@ branches: # Release tags - /^v\d+\.\d+\.\d+.*$/ - master + - next # disable automatic builds build: false