Skip to content

Commit

Permalink
Adjusted travis config for new branching
Browse files Browse the repository at this point in the history
  • Loading branch information
pulyaevskiy committed Jan 2, 2019
1 parent bfe23c7 commit 858d2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 858d2f1

Please sign in to comment.