Skip to content

Commit

Permalink
add travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ikolpachkov committed Jan 18, 2018
1 parent d75f317 commit df0db9c
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 @@
osx_image: xcode9.2
language: objective-c

xcode_project: adaptive-tab-bar/SamplesAdaptiveController.xcworkspace
scheme: example
xcode_sdk: iphonesimulator11.2

# SWIFT_VERSION: 4.0

# whitelist
branches:
only:
- master

0 comments on commit df0db9c

Please sign in to comment.