Browse Source

Export flutter path

Anatoly Pulyaevskiy 6 years ago
parent
commit
a694d1f478

+ 1
- 0
.travis.yml View File

31
 before_script:
31
 before_script:
32
   - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
32
   - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
33
   - ./flutter/bin/flutter doctor
33
   - ./flutter/bin/flutter doctor
34
+  - export PATH="$PATH:./flutter/bin"
34
 
35
 
35
 script:
36
 script:
36
 - ./tool/travis.sh notus
37
 - ./tool/travis.sh notus

+ 0
- 1
packages/notus/lib/src/heuristics/format_rules.dart View File

144
     return result;
144
     return result;
145
   }
145
   }
146
 }
146
 }
147
-

+ 1
- 1
packages/zefyr/tool/travis.sh View File

2
 
2
 
3
 set -e
3
 set -e
4
 
4
 
5
-~/flutter/bin/flutter test
5
+flutter test