From 89d7b724da88f600d945dbd85bc6c9cc29b11b22 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 18 Jan 2019 18:09:38 +0100 Subject: [PATCH] Travis: Allow the flutter directory to exist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0371aa4a..ec0ed989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - lib32stdc++6 install: - 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 - cd - script: