From 5263bc571ed4dfca6bca8d03268347c732e28d36 Mon Sep 17 00:00:00 2001 From: "Isaac A. Murchie" Date: Wed, 17 May 2017 07:31:37 -0400 Subject: [PATCH] Use updated GCC in travis (#8467) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cff681feb..41cd0a1bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - "7" - "6" - "4" +env: + - CXX=g++-4.8 addons: apt: sources: