diff --git a/.travis.yml b/.travis.yml index 6cb1735..23c79ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage -osx_image: xcode8.2 +osx_image: xcode9.4 language: objective-c # cache: cocoapods # podfile: Example/Podfile @@ -10,5 +10,5 @@ language: objective-c # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild test -workspace Example/Fuse.xcworkspace -scheme Fuse-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild build test -workspace Example/Fuse.xcworkspace -scheme Fuse-Example -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint diff --git a/Fuse.podspec b/Fuse.podspec index 1591030..4f83483 100644 --- a/Fuse.podspec +++ b/Fuse.podspec @@ -14,4 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.source_files = 'Fuse/Classes/**/*' + s.swift_version = '4.1.2' end