소스 검색

Adjusted travis config for new branching

Anatoly Pulyaevskiy 6 년 전
부모
커밋
858d2f133d
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: