From aadc1951658f2e619fed7d3e109271f34b63d25c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 24 Nov 2015 15:16:51 +0100 Subject: [PATCH] Use gcc 4.8 on travis to ensure compatibility --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27828659..3bcaecd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: before_install: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh - && ./update_gcc_version.sh 4.9 + && ./update_gcc_version.sh 4.8 && rm update_gcc_version.sh before_script: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh