From 47b90fb532bb522a5f8ce8eee58d1f6e1660bb67 Mon Sep 17 00:00:00 2001 From: Simon Brunel Date: Sun, 24 Feb 2019 18:26:20 +0100 Subject: [PATCH] Fix Gcov warning 'version 409*, prefer version 408*' --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f21bbc2..b8e042b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ before_install: install: - sudo apt-get install -qq gcc-4.9 g++-4.9 - - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 + - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90 + - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 90 + - sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.9 90 - sudo apt-get install -qq qt56base - source /opt/qt56/bin/qt56-env.sh - wget http://archive.ubuntu.com/ubuntu/pool/universe/l/lcov/lcov_1.13.orig.tar.gz