Commit 7841a3e8 by Maurits van Beusekom

Analyze only current project

parent 8e770716
...@@ -16,7 +16,7 @@ matrix: ...@@ -16,7 +16,7 @@ matrix:
- 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
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
...@@ -67,4 +67,4 @@ matrix: ...@@ -67,4 +67,4 @@ matrix:
- ./scripts/build.sh ipa - ./scripts/build.sh ipa
cache: cache:
directories: directories:
- $HOME/.pub-cache - $HOME/.pub-cache
\ No newline at end of file
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