Skip to content

Commit

Permalink
💚 updating travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
aagarwal1012 committed Aug 14, 2018
1 parent 5210ede commit 33cc255
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ matrix:
allow_failures:
- env: FLUTTER_VERSION=dev
before_script:
- cd ../
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor
- cd IntroViews-Flutter/
script:
- ./flutter/bin/flutter test
- ./../flutter/bin/flutter test
- ./../flutter/bin/flutter analyze .
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib/
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run test/
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run example/lib/

0 comments on commit 33cc255

Please sign in to comment.