Skip to content

Commit 777616b

Browse files
committed
fix: travis ci
1 parent 9536f85 commit 777616b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- unzip -qq gradle-3.5-bin.zip
2828
- export GRADLE_HOME=$PWD/gradle-3.5
2929
- export PATH=$GRADLE_HOME/bin:$PATH
30-
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
30+
- git clone https://github.com/flutter/flutter.git --depth 1
31+
- git checkout 1.22.6
3132
- export PATH=./flutter/bin:$PATH
3233
- flutter doctor
3334
- yes | sdkmanager "platforms;android-29"
@@ -44,7 +45,8 @@ jobs:
4445
- brew install libimobiledevice
4546
- brew install ideviceinstaller
4647
- brew install ios-deploy
47-
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
48+
- git clone https://github.com/flutter/flutter.git --depth 1
49+
- git checkout 1.22.6
4850
- export PATH=./flutter/bin:$PATH
4951
- flutter doctor
5052
script:

0 commit comments

Comments
 (0)