Skip to content

Commit 4c3aca4

Browse files
authored
Merge pull request #2 from Workable/travis-setup
Travis Setup
2 parents 0f0bfa3 + 61974f0 commit 4c3aca4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ language: objective-c
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ErrorHandler.xcworkspace -scheme ErrorHandler-Example -sdk iphonesimulator10.3 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ErrorHandler.xcworkspace -scheme ErrorHandler-Example -destination "OS=10.3.1,name=iPhone 7 Plus" ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

Example/ErrorHandler.xcodeproj/xcshareddata/xcschemes/ErrorHandler-Example.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0820"
4-
version = "1.3">
4+
version = "1.8">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -70,7 +70,6 @@
7070
buildConfiguration = "Debug"
7171
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7272
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73-
language = ""
7473
launchStyle = "0"
7574
useCustomWorkingDirectory = "NO"
7675
ignoresPersistentStateOnLaunch = "NO"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ErrorHandler
22

3+
[![Travis](https://travis-ci.org/Workable/swift-error-handler.svg?branch=master)](https://travis-ci.org/Workable/swift-error-handler)
4+
35
> Elegant and flexible error handling for Swift
46
57
ErrorHandler enables expressing complex error handling logic with a few lines of code using a memorable fluent API.

0 commit comments

Comments
 (0)