Browse Source

.travis.yml: Switching to xenial for all other Linux based builds, too.

tags/v1.9.13
David Runge 6 years ago
parent
commit
c5a9eb32cc
No known key found for this signature in database GPG Key ID: 54C28F4FF5A1A949
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .travis.yml

+ 4
- 4
.travis.yml View File

@@ -24,7 +24,7 @@ matrix:
- ubuntu-toolchain-r-test
install:
- gcc-7
dist: trusty
dist: xenial
env:
- MATRIX_EVAL="CC=gcc-7 CXX=g++-7"
compiler: gcc
@@ -36,17 +36,17 @@ matrix:
- ubuntu-toolchain-r-test
install:
- gcc-6
dist: trusty
dist: xenial
env:
- MATRIX_EVAL="CC=gcc-6 CXX=g++-6"
compiler: gcc
# linux with gcc default (4.8)
- os: linux
dist: trusty
dist: xenial
compiler: gcc
# linux with clang default (3.5)
- os: linux
dist: trusty
dist: xenial
compiler: clang
# linux with clang 3.8
- os: linux


Loading…
Cancel
Save