Skip to content

Commit f8b4743

Browse files
authored
Merge pull request #78 from CodaFi/punch-up
Try building with 4.0
2 parents f48b7ed + ad9b101 commit f8b4743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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: xcode8
8+
osx_image: xcode8.2
99
before_install:
1010
- export PATH=/usr/local/opt/llvm/bin:"${PATH}"
1111
- brew update
@@ -18,11 +18,11 @@ matrix:
1818
sudo: required
1919
dist: trusty
2020
env:
21-
- LLVM_API_VERSION=3.9
21+
- LLVM_API_VERSION=4.0
2222
before_install:
2323
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:"${PKG_CONFIG_PATH}"
2424
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
25-
- sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9
25+
- sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-${LLVM_API_VERSION}
2626
main"
2727
- sudo apt-get update
2828
- sudo apt-get install llvm-${LLVM_API_VERSION} libc++1

0 commit comments

Comments
 (0)