Skip to content

Commit

Permalink
Add GCC 4.9 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Aug 30, 2019
1 parent 6137b48 commit b6765e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ matrix:
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"

# GCC 4.9, draft disabled (default), latest libzmq (default)
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"

# GCC 7, draft enabled, latest libzmq (default)
- os: linux
addons:
Expand Down

0 comments on commit b6765e5

Please sign in to comment.