aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-07 14:33:29 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-07 14:33:29 -0700
commitf673c88d25979c92a3cd8fda40a2312899cf1dac (patch)
tree137942d01b4bdbb485893f57ee58664e9ea386e4 /.travis.yml
parent85d0caefd0ee35adef0df919c6f6094e679e85c8 (diff)
downloadnng-f673c88d25979c92a3cd8fda40a2312899cf1dac.tar.gz
nng-f673c88d25979c92a3cd8fda40a2312899cf1dac.tar.bz2
nng-f673c88d25979c92a3cd8fda40a2312899cf1dac.zip
More coverage tweaks (I hope).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7aeb025a..a1bec539 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,8 +53,8 @@ matrix:
# code coverage build
- os: linux
env: >-
- CC=clang-4.0
- CXX=clang++-4.0
+ CC=gcc-7
+ CXX=g++-7
COVERAGE=ON
BUILD_TYPE=Debug
TEST_PARALLEL=