Skip to content

Commit

Permalink
feat:ci travis
Browse files Browse the repository at this point in the history
  • Loading branch information
longer96 committed Aug 24, 2021
1 parent e2ce4e6 commit 636aab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ matrix:
# 声明 iOS 的运行环境
- os: osx
language: objective-c
osx_image: xcode10.2
osx_image: xcode12.4
script:
- flutter doctor && flutter -v build ios --no-codesign
install:
- git clone https://github.com/flutter/flutter.git
- git clone --b 2.2.1 https://github.com/flutter/flutter.git
- export PATH="$PATH:`pwd`/flutter/bin"

0 comments on commit 636aab2

Please sign in to comment.