mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Travis: Allow the flutter directory to exist
This commit is contained in:
@ -12,7 +12,7 @@ addons:
|
|||||||
- lib32stdc++6
|
- lib32stdc++6
|
||||||
install:
|
install:
|
||||||
- cd $HOME
|
- cd $HOME
|
||||||
- git clone https://github.com/flutter/flutter.git -b beta
|
- git clone https://github.com/flutter/flutter.git -b beta || true
|
||||||
- ./flutter/bin/flutter doctor
|
- ./flutter/bin/flutter doctor
|
||||||
- cd -
|
- cd -
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user