Skip to content

Commit 2e855ba

Browse files
authored
Merge pull request #127 from CodaFi/when-im-six-point-oh
Update to LLVM 6.0
2 parents a9581c7 + cbd70c1 commit 2e855ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
include:
66
- os: osx
77
language: objective-c
8-
osx_image: xcode9
8+
osx_image: xcode9.2
99
before_install:
1010
- export PATH=/usr/local/opt/llvm/bin:"${PATH}"
1111
- brew update
@@ -38,6 +38,7 @@ matrix:
3838
- export PATH=${PWD}/swift-4.0-RELEASE-ubuntu14.04/usr/bin:"${PATH}"
3939
- sudo ./swift-4.0-RELEASE-ubuntu14.04/usr/bin/swift utils/make-pkgconfig.swift
4040
script:
41+
- git checkout tags/0.2.3
4142
- swift test
4243
notifications:
4344
slack:

0 commit comments

Comments
 (0)