creativecreatorormaybenot

0.1.2+5

@@ -18,7 +18,7 @@ matrix: @@ -18,7 +18,7 @@ matrix:
18 18
19 - stage: Code analysis 19 - stage: Code analysis
20 20
21 - name: Dart code (plugin) 21 + name: Dart code
22 22
23 os: linux 23 os: linux
24 dist: trusty 24 dist: trusty
@@ -38,22 +38,6 @@ matrix: @@ -38,22 +38,6 @@ matrix:
38 script: 38 script:
39 - flutter analyze 39 - flutter analyze
40 40
41 - - name: Dart code (example)  
42 -  
43 - os: linux  
44 - dist: trusty  
45 - language: generic  
46 -  
47 - install:  
48 - - git clone -b master https://github.com/flutter/flutter.git  
49 - - ./flutter/bin/flutter --version  
50 - before_script:  
51 - - export PATH=$HOME/.pub-cache/bin:$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH  
52 -  
53 - - cd example  
54 - script:  
55 - - flutter analyze  
56 -  
57 - stage: Integration testing 41 - stage: Integration testing
58 42
59 name: iOS 43 name: iOS