From 2a4898489d7774a269ad5aabe1c1342ae094868b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 12 Aug 2016 10:03:25 +0300 Subject: [PATCH] .travis.yml: Install newer gcc than available 4.8 --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26a74a6531..30e74cbb0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,15 @@ # Continuous Integration with https://travis-ci.org/ -language: c +language: cpp dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -y libwxgtk3.0-dev +- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y +- sudo apt-get update -q +- sudo apt-get install gcc-5 g++-5 -y + script: +- g++ --version - make