summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 42107334..89859ecc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,21 +54,15 @@ matrix:
compiler: gcc
# linux with gcc 5
- os: linux
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- install:
- - gcc-5
dist: bionic
env:
- - MATRIX_EVAL="CC=gcc-5 CXX=g++-5"
+ - MATRIX_EVAL="CC=gcc CXX=g++"
compiler: gcc
# linux with gcc 4
- os: linux
dist: xenial
env:
- - MATRIX_EVAL="CC=gcc-4 CXX=g++-4"
+ - MATRIX_EVAL="CC=gcc CXX=g++"
compiler: gcc
# linux with clang 8
- os: linux