Skip to content

Commit

Permalink
update travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ikolpachkov committed Jan 18, 2018
1 parent 81a4f66 commit 5f730f2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
osx_image: xcode8.3
osx_image: xcode9.2
language: objective-c
cache: cocoapods

xcode_project: RAMReel.xcodeproj
xcode_scheme: RAMReel
xcode_sdk: iphonesimulator
xcode_sdk: iphonesimulator11.2

# SWIFT_VERSION: 4.0

# whitelist
branches:
only:
- master

0 comments on commit 5f730f2

Please sign in to comment.