mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
Travis: Clone flutter in a tmp directory
This way when we run flutter analyze, we do not get a huge dump, because it is analyzing the flutter source code.
This commit is contained in:
@ -11,12 +11,11 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- lib32stdc++6
|
- lib32stdc++6
|
||||||
install:
|
install:
|
||||||
|
- cd /tmp/
|
||||||
- git clone https://github.com/flutter/flutter.git -b beta
|
- git clone https://github.com/flutter/flutter.git -b beta
|
||||||
- ./flutter/bin/flutter doctor
|
- ./flutter/bin/flutter doctor
|
||||||
script:
|
script:
|
||||||
- pwd
|
- /tmp/flutter/bin/flutter $COMMAND
|
||||||
- ls
|
|
||||||
- ./flutter/bin/flutter $COMMAND
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.pub-cache
|
- $HOME/.pub-cache
|
||||||
|
Reference in New Issue
Block a user