瀏覽代碼

Merge branch 'master' into flutter-master

Anatoly Pulyaevskiy 6 年之前
父節點
當前提交
cbeb742c85
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml 查看文件

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