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

Commit 96df5d4

Browse files
committed
Merge pull request #30 from jatoben/travis-xcode7
Re-enable Travis builds
2 parents 8fe3e1f + 34c8386 commit 96df5d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
language: objective-c
1+
language: objective-c # this is a lie
22
xcode_project: CommandLine.xcodeproj
33
xcode_scheme: CommandLine
44
script: xcodebuild -scheme CommandLine test
5-
osx_image: beta-xcode6.3
6-
7-
# Disable all builds until Travis supports Swift 2.0
8-
branches:
9-
only: []
5+
osx_image: xcode7

0 commit comments

Comments
 (0)