diff options
author | teor <teor@torproject.org> | 2018-08-23 17:00:42 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-23 17:02:32 +1000 |
commit | 8f89fb8f398c365588d456625c77cdaee97c77bd (patch) | |
tree | f76c5e2f590276e9e763a1844ef6b04320701c53 /changes | |
parent | 9068e2fa280395ba15d30465ec25141cff876922 (diff) | |
download | tor-8f89fb8f398c365588d456625c77cdaee97c77bd.tar.gz tor-8f89fb8f398c365588d456625c77cdaee97c77bd.zip |
Travis: skip gcc on OSX, because the default compiler is clang
Part of #27252.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27252 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27252 b/changes/ticket27252 new file mode 100644 index 0000000000..f0855db1d4 --- /dev/null +++ b/changes/ticket27252 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Skip gcc on OSX in Travis CI, it's rarely used. + Implements ticket 27252. |