Commit 1fda5af9 by Maurits van Beusekom

Make sure packages are downloaded before running analyze

parent e1a8cf8e
...@@ -15,8 +15,9 @@ matrix: ...@@ -15,8 +15,9 @@ matrix:
- git clone https://github.com/flutter/flutter.git - git clone https://github.com/flutter/flutter.git
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH - export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor - flutter doctor
- flutter packages get
script: script:
- flutter analyze . - flutter analyze
# Job 2) Check format and run tests # Job 2) Check format and run tests
- os: linux - os: linux
jdk: oraclejdk8 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