Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Fix failing CI #12

Merged
merged 4 commits into from Jul 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,13 @@
# * 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
# before_install:
# - 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
1 change: 1 addition & 0 deletions Fuse.podspec
Expand Up @@ -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