Skip to content

Commit b96ec5a

Browse files
committed
Use Xcode 9.2 on Travis CI
1 parent 224563d commit b96ec5a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
3.2

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.2
2+
osx_image: xcode9.2
33
cache:
44
bundler: true
55
directories:
@@ -11,7 +11,7 @@ before_install:
1111
- brew bundle
1212
install:
1313
- bundle install --without development --deployment --jobs=3 --retry=3
14-
- sh ./scripts/pod-install-if-needed.sh
14+
- bundle exec pod install
1515
before_script:
1616
- bundle exec danger
1717
script:

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PODS:
99
- KeenClientTD (3.2.25)
1010
- Keys (1.0.0)
1111
- Kingfisher (3.2.4)
12-
- Nimble (5.1.1)
13-
- Quick (1.0.0)
12+
- Nimble (7.0.3)
13+
- Quick (1.2.0)
1414
- R.swift (3.2.0):
1515
- R.swift.Library (~> 3.0.2)
1616
- R.swift.Library (3.0.2)
@@ -45,8 +45,8 @@ SPEC CHECKSUMS:
4545
KeenClientTD: ffe8b9a67e71643f59a9fda7ce51941ed5c49a42
4646
Keys: 9c35bf00f612ee1d48556f4a4b9b4551e224e90f
4747
Kingfisher: 8d80f39da403cd9c9ee11984e1655f4d6a566cdb
48-
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
49-
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
48+
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
49+
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
5050
R.swift: 207a372a2b5977caef440c696a368009460641d1
5151
R.swift.Library: fbdec16c9802ad104fc1ba53415dc190e6ec5c73
5252
TreasureData-tvOS-SDK: 18c6a68471e6df592ed5c50bf2c07507ee6e3b77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/polydice/iCook-tvOS.svg)](https://travis-ci.org/polydice/iCook-tvOS)
44
[![codecov.io](https://codecov.io/github/polydice/iCook-tvOS/coverage.svg?branch=develop)](https://codecov.io/github/polydice/iCook-tvOS?branch=develop)
5-
![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)
5+
![Swift 3.2](https://img.shields.io/badge/Swift-3.2-orange.svg)
66

77
A tvOS app that plays [iCook TV](https://tv.icook.tw/) videos.
88

0 commit comments

Comments
 (0)