Skip to content
This repository was archived by the owner on Dec 29, 2018. It is now read-only.

Commit cc46c8c

Browse files
committed
Travis: remove xcode7 configuration
1 parent 02c7b65 commit cc46c8c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ matrix:
55
xcode_project: CommandLine.xcodeproj
66
xcode_scheme: CommandLine
77
script: xcodebuild -scheme CommandLine test
8-
osx_image: xcode7.3
9-
- os: osx
10-
language: objective-c # this is a lie
11-
xcode_project: CommandLine.xcodeproj
12-
xcode_scheme: CommandLine
13-
script: xcodebuild -scheme CommandLine test
14-
osx_image: xcode8
8+
osx_image: xcode8.2
159
- os: linux
1610
sudo: required
1711
dist: trusty

0 commit comments

Comments
 (0)