projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0949e1
)
Travis: use newer Xcode image
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:19:33 +0000
(11:19 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:19:33 +0000
(11:19 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e93f2c8
..
0ffd5f7
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-14,6
+14,7
@@
compiler:
- gcc
- clang
language: c
+osx_image: xcode10.1
before_install:
# When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975.
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && ! "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi