From 9a7cdf5fb2060ae7f2285c3f37816219ec5ac19d Mon Sep 17 00:00:00 2001 From: longer Date: Tue, 24 Aug 2021 11:33:38 +0800 Subject: [PATCH] feat:ci travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0bf1746..11dcddb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,5 +42,5 @@ matrix: script: - flutter doctor && flutter -v build ios --no-codesign install: - - git clone --b 2.2.1 https://github.com/flutter/flutter.git + - git clone -b 2.2.1 https://github.com/flutter/flutter.git - export PATH="$PATH:`pwd`/flutter/bin" \ No newline at end of file