Skip to content

Commit

Permalink
Test build down to OS X 10.11 (#12)
Browse files Browse the repository at this point in the history
Include Xcode 7, 8, 9 and macOS 10.11, 10.12 in CI
  • Loading branch information
janten authored Jul 18, 2017
1 parent 079f19d commit 697b3cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: objective-c
osx_image: xcode8.3
matrix:
include:
- os: osx
osx_image: xcode9
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode7.3
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild | xcpretty -c

0 comments on commit 697b3cd

Please sign in to comment.