Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Oct 31, 2016
1 parent 679a46f commit dc31603
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
os: osx
osx_image: xcode7

language: objective-c
xcode_sdk: iphonesimulator
xcode_workspace: RMPickerViewController-Demo.xcworkspace
xcode_scheme: RMPickerViewController-Demo

before_install:
- gem update cocoapods
os: osx
osx_image: xcode8

env:
matrix:
# Ufortunately, the iOS 8.x simulators are not starting on travis right now
# - NAME='iPhone 6' OS=8.4
- NAME='iPhone 6' OS=9.3
- NAME='iPhone 6' OS=10.0

script:
- xcodebuild test -project RMPickerViewController-Demo.xcodeproj -scheme RMPickerViewController-Demo -sdk iphonesimulator -destination "platform=iOS Simulator,name=$NAME,OS=$OS"

0 comments on commit dc31603

Please sign in to comment.