Skip to content

Commit

Permalink
Add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
funzin committed Sep 27, 2018
1 parent ce61985 commit d495124
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: objective-c
osx_image: xcode10
xcode_workspace: Demo/SicaDemo.xcworkspace
xcode_scheme: Sica-iOS
xcode_sdk: iphonesimulator
before_install:
- gem install xcpretty
script:
- xcodebuild test -workspace Demo/SicaDemo.xcworkspace -scheme Sica-iOS -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.0,name=iPhone X'| xcpretty -c
- pod lib lint

notifications:
email: false

0 comments on commit d495124

Please sign in to comment.