Skip to content

Commit 33cc255

Browse files
committed
💚 updating travis script
1 parent 5210ede commit 33cc255

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ matrix:
2020
allow_failures:
2121
- env: FLUTTER_VERSION=dev
2222
before_script:
23+
- cd ../
2324
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
2425
- ./flutter/bin/flutter doctor
26+
- cd IntroViews-Flutter/
2527
script:
26-
- ./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

Comments
 (0)