From 2229c54427967c57150fa784da977888ebe3f2fb Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Mon, 2 Jan 2017 14:03:48 -0500 Subject: [PATCH] specify g++ version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cff2468..d75c4d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ matrix: sources: - ubuntu-toolchain-r-test packages: - - g++ + - g++-6 env: - - COMPILER=g++ + - COMPILER=g++-6 - COVERAGE=OFF - STATIC=ON - SAMPLES=ON