Skip to content

Commit 8b790eb

Browse files
authored
Merge pull request #305 from ReactiveCocoa/3.1-travis
Configure Travis CI to use the Xcode 8.3 image.
2 parents f4c19f8 + 8a9d10b commit 8b790eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.2
2+
osx_image: xcode8.3
33
before_install: true
44
install: true
55
git:

0 commit comments

Comments
 (0)