From c8f46fdfb535a92f918f32a76d91e3b3961f9cae Mon Sep 17 00:00:00 2001 From: Harley-xk Date: Tue, 18 Sep 2018 15:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=96=E8=AF=91=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swift-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 7d5c902..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.1 +4.2 diff --git a/.travis.yml b/.travis.yml index 6bd995d..3068c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: swift os: osx -osx_image: xcode9.3 +osx_image: xcode10 podfile: Example/Podfile script: xcodebuild -workspace Example/MaLiang.xcworkspace -scheme MaLiang-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO