We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9581c7 + cbd70c1 commit 2e855baCopy full SHA for 2e855ba
.travis.yml
@@ -5,7 +5,7 @@ matrix:
5
include:
6
- os: osx
7
language: objective-c
8
- osx_image: xcode9
+ osx_image: xcode9.2
9
before_install:
10
- export PATH=/usr/local/opt/llvm/bin:"${PATH}"
11
- brew update
@@ -38,6 +38,7 @@ matrix:
38
- export PATH=${PWD}/swift-4.0-RELEASE-ubuntu14.04/usr/bin:"${PATH}"
39
- sudo ./swift-4.0-RELEASE-ubuntu14.04/usr/bin/swift utils/make-pkgconfig.swift
40
script:
41
+ - git checkout tags/0.2.3
42
- swift test
43
notifications:
44
slack:
0 commit comments