Commit 7841a3e8 by Maurits van Beusekom

Analyze only current project

parent 8e770716
......@@ -16,7 +16,7 @@ matrix:
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
script:
- flutter analyze
- flutter analyze .
# Job 2) Check format and run tests
- os: linux
jdk: oraclejdk8
......@@ -67,4 +67,4 @@ matrix:
- ./scripts/build.sh ipa
cache:
directories:
- $HOME/.pub-cache
\ No newline at end of file
- $HOME/.pub-cache
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