Skip to content

Commit 744a0ba

Browse files
committed
More fixes
1 parent aa74c81 commit 744a0ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,16 @@ matrix:
4343
- sudo python get-pip.py
4444
- pip install six
4545
- brew update
46+
- brew update
47+
- brew uninstall --ignore-dependencies libimobiledevice
48+
- brew uninstall --ignore-dependencies usbmuxd
49+
- brew install --HEAD usbmuxd
50+
- brew unlink usbmuxd
51+
- brew link usbmuxd
4652
- brew install --HEAD libimobiledevice
4753
- brew install ideviceinstaller
4854
- brew install ios-deploy
49-
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
55+
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
5056
script:
5157
- ./flutter/bin/flutter -v build ios -t lib/main_prod.dart --no-codesign
5258

0 commit comments

Comments
 (0)