0
0
Fork 0
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:
Jason Volk 2016-06-30 21:07:03 -07:00
parent 7f6e873ec7
commit 4928572037

View file

@ -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']