mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
travis: Fix GCC compiler environment.
This commit is contained in:
parent
7f6e873ec7
commit
4928572037
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ sudo: false
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
compiler: gcc-4.8
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
|
@ -17,7 +17,7 @@ matrix:
|
|||
env: COMPILER=gcc-4.8
|
||||
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
compiler: gcc-4.9
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
|
@ -25,7 +25,7 @@ matrix:
|
|||
env: COMPILER=gcc-4.9
|
||||
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
compiler: gcc-5
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
|
|
Loading…
Reference in a new issue