瀏覽代碼

Updated travis config

Anatoly Pulyaevskiy 5 年之前
父節點
當前提交
fd88cb412d
共有 1 個檔案被更改,包括 3 行新增13 行删除
  1. 3
    13
      .travis.yml

+ 3
- 13
.travis.yml 查看文件

@@ -14,24 +14,14 @@ addons:
14 14
       - ubuntu-toolchain-r-test
15 15
     packages:
16 16
       - libstdc++6
17
-      - fonts-droid
17
+      - fonts-droid-fallback
18 18
 
19 19
 cache:
20 20
   directories:
21 21
     - $HOME/.pub-cache
22 22
 
23
-#env:
24
-#  - FLUTTER_VERSION=stable
25
-#  - FLUTTER_VERSION=master
26
-
27
-matrix:
28
-  include:
29
-    - name: "Master build"
30
-      if: branch = flutter-master
31
-      env: FLUTTER_VERSION=master
32
-    - name: "Stable build"
33
-      if: branch != flutter-master
34
-      env: FLUTTER_VERSION=stable
23
+env:
24
+  - FLUTTER_VERSION=stable
35 25
 
36 26
 before_script:
37 27
   - pwd