We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5210ede commit 33cc255Copy full SHA for 33cc255
.travis.yml
@@ -20,7 +20,13 @@ matrix:
20
allow_failures:
21
- env: FLUTTER_VERSION=dev
22
before_script:
23
+ - cd ../
24
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
25
- ./flutter/bin/flutter doctor
26
+ - cd IntroViews-Flutter/
27
script:
- - ./flutter/bin/flutter test
28
+ - ./../flutter/bin/flutter test
29
+ - ./../flutter/bin/flutter analyze .
30
+ - ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib/
31
+ - ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run test/
32
+ - ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run example/lib/
0 commit comments