Skip to content

Commit

Permalink
CI: also use GCC 4.7 and 4.8
Browse files Browse the repository at this point in the history
* .travis.yml (matrix): here.
  • Loading branch information
akimd committed Sep 18, 2018
1 parent 9a377eb commit 8cbc235
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,28 @@ matrix:
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"

- name: "GCC 4.8"
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- MATRIX_EVAL="CC=gcc-4.8 && CXX=g++-4.8"

- name: "GCC 4.7"
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
env:
- MATRIX_EVAL="CC=gcc-4.7 && CXX=g++-4.7"

- name: "GCC 4.6"
os: linux
addons:
Expand Down

0 comments on commit 8cbc235

Please sign in to comment.