From 858d2f133d49fde31aa44113bbd415ed9b54a5c9 Mon Sep 17 00:00:00 2001 From: Anatoly Pulyaevskiy Date: Tue, 1 Jan 2019 19:36:09 -0800 Subject: [PATCH] Adjusted travis config for new branching --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a381e42c..1dac79aef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,10 @@ cache: matrix: include: - name: "Master build" - if: branch = master + if: branch = flutter-master env: FLUTTER_VERSION=master - name: "Stable build" - if: branch != master + if: branch != flutter-master env: FLUTTER_VERSION=stable before_script: