Skip to content

Commit

Permalink
Adds travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWellington committed Sep 17, 2016
1 parent e5e4d7b commit 0e9d6b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: objective-c
cache: cocoapods
rvm: 2.2.2
osx_image: xcode8
before_install:
- brew update

# Only if app has Carthage dependencies
# - carthage bootstrap --verbose

script:
- carthage build --no-skip-current
- |
xcodebuild test \
-project SwiftExceptionCatcher/SwiftExceptionCatcher.xcodeproj \
-scheme SwiftExceptionCatcher \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'

0 comments on commit 0e9d6b6

Please sign in to comment.