Skip to content

Commit d706733

Browse files
authored
Merge pull request #10 from gca3020/travis_update
Updates to try and get TravisCI working again.
2 parents 5372d46 + 400ee62 commit d706733

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# * http://www.objc.io/issue-6/travis-ci.html
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode8.2
5+
osx_image: xcode9
66
language: objective-c
77

88
before_install:
@@ -13,7 +13,7 @@ script:
1313
- set -o pipefail
1414
- xcodebuild -version
1515
- xcodebuild -showsdks
16-
- xcodebuild test -workspace Example/GABoardGameGeek.xcworkspace -scheme GABoardGameGeek-Example -sdk iphonesimulator10.2 -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' ONLY_ACTIVE_ARCH=YES | xcpretty
16+
- xcodebuild test -workspace Example/GABoardGameGeek.xcworkspace -scheme GABoardGameGeek-Example -sdk iphonesimulator11.0 -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0' ONLY_ACTIVE_ARCH=YES | xcpretty
1717

1818
after_success:
1919
- bash <(curl -s https://codecov.io/bash) -J 'GABoardGameGeek'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/gca3020/GABoardGameGeek.svg?branch=master)](https://travis-ci.org/gca3020/GABoardGameGeek)
44
[![codecov.io](https://codecov.io/github/gca3020/GABoardGameGeek/coverage.svg?branch=master)](https://codecov.io/github/gca3020/GABoardGameGeek?branch=master)
55
[![Version](https://img.shields.io/cocoapods/v/GABoardGameGeek.svg?style=flat)](http://cocoapods.org/pods/GABoardGameGeek)
6-
![Swift version](https://img.shields.io/badge/swift-3.0-orange.svg)
6+
![Swift version](https://img.shields.io/badge/swift-4.0-orange.svg)
77
[![Platform](https://img.shields.io/cocoapods/p/GABoardGameGeek.svg?style=flat)](http://cocoadocs.org/docsets/GABoardGameGeek)
88
[![License](https://img.shields.io/cocoapods/l/GABoardGameGeek.svg?style=flat)](http://cocoapods.org/pods/GABoardGameGeek)
99
[![Twitter](https://img.shields.io/badge/twitter-@gca3020-blue.svg?style=flat)](http://twitter.com/gca3020)
@@ -21,7 +21,7 @@ BoardGameGeek XMLAPI2 Swift Framework for interacting with games and collections
2121

2222
- iOS 8.0+, macOS 10.10+, tvOS 9.0+, watchOS 2.0+
2323
- Xcode 8.1+
24-
- Swift 3.0
24+
- Swift 4.0
2525

2626
## Dependencies
2727

0 commit comments

Comments
 (0)