Browse Source

Updated travis config

Anatoly Pulyaevskiy 5 years ago
parent
commit
fd88cb412d
1 changed files with 3 additions and 13 deletions
  1. 3
    13
      .travis.yml

+ 3
- 13
.travis.yml View File

14
       - ubuntu-toolchain-r-test
14
       - ubuntu-toolchain-r-test
15
     packages:
15
     packages:
16
       - libstdc++6
16
       - libstdc++6
17
-      - fonts-droid
17
+      - fonts-droid-fallback
18
 
18
 
19
 cache:
19
 cache:
20
   directories:
20
   directories:
21
     - $HOME/.pub-cache
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
 before_script:
26
 before_script:
37
   - pwd
27
   - pwd