Commit 1fda5af9 by Maurits van Beusekom

Make sure packages are downloaded before running analyze

parent e1a8cf8e
......@@ -15,8 +15,9 @@ matrix:
- git clone https://github.com/flutter/flutter.git
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
- flutter packages get
script:
- flutter analyze .
- flutter analyze
# Job 2) Check format and run tests
- os: linux
jdk: oraclejdk8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment