From 703c6ba07bf9c3111bd9b72ef612d2752008b720 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 4 Aug 2017 16:50:23 +0100 Subject: [PATCH] Enable CI builds for v0.x and v1.x branches, and disable master --- .travis.yml | 3 ++- scripts/appveyor.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index afba7f9c6..980b46cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: cpp branches: only: - - master + - v0.x + - v1.x # having another branch lets us force-push tests here without spamming master - travis-test diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml index f9b4a52bc..4a6dab7da 100644 --- a/scripts/appveyor.yml +++ b/scripts/appveyor.yml @@ -2,7 +2,8 @@ version: '{build}' branches: only: - - master + - v0.x + - v1.x image: Visual Studio 2015