ソースを参照

Merge branch 'master' into zefyr-view

Anatoly Pulyaevskiy 6 年 前
コミット
98681b0c55
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml ファイルの表示

@@ -27,10 +27,10 @@ cache:
27 27
 matrix:
28 28
   include:
29 29
     - name: "Master build"
30
-      if: branch = master
30
+      if: branch = flutter-master
31 31
       env: FLUTTER_VERSION=master
32 32
     - name: "Stable build"
33
-      if: branch != master
33
+      if: branch != flutter-master
34 34
       env: FLUTTER_VERSION=stable
35 35
 
36 36
 before_script: