summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-18 19:12:56 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-18 19:12:56 +0300
commit40b38fe7aced64698282d7d699473f0ac08a2b07 (patch)
tree3ff42bbe5efd9b2b40a70d5bf7fd284251418185 /.travis.yml
parent95b72c317025d2e6752eeeec0f7f807d18106d4f (diff)
Replace GCC-7 with GCC-8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 3 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index bd165f88..d2345ab9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,21 +33,8 @@ matrix:
- os: linux
compiler: gcc
env:
- - CXX_COMPILER=g++-7
- - C_COMPILER=gcc-7
- - QT_VERSION="-5.10.1"
- - QT_PKG=510
- - USE_BUNDLED_BOOST=1
- - USE_BUNDLED_CMARK=1
- addons:
- apt:
- sources: ["ubuntu-toolchain-r-test"]
- packages: ["g++-7", "ninja-build"]
- - os: linux
- compiler: gcc
- env:
- - CXX_COMPILER=g++-7
- - C_COMPILER=gcc-7
+ - CXX_COMPILER=g++-8
+ - C_COMPILER=gcc-8
- QT_VERSION=571
- QT_PKG=57
- USE_BUNDLED_BOOST=1
@@ -55,7 +42,7 @@ matrix:
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
- packages: ["g++-7", "ninja-build"]
+ packages: ["g++-8", "ninja-build"]
- os: linux
compiler: clang
env: