From f56fc1be3db23071a58194ad9875a7fb499fdbe4 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Mon, 12 Mar 2018 11:18:54 -0700 Subject: [PATCH] Add feature/0.1.0 to the list of branches --- .appveyor.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 6c9c404f3b..73071d19bd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,7 @@ install: branches: only: - dev + - feature/0.1.0 - /^release\/.*$/ - /^(.*\/)?ci-.*$/ environment: diff --git a/.travis.yml b/.travis.yml index 1ccf28d293..c116645850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ osx_image: xcode8.2 branches: only: - dev + - feature/0.1.0 - /^release\/.*$/ - /^(.*\/)?ci-.*$/ before_install: