Skip to content

Commit b6765e5

Browse files
committed
Add GCC 4.9 to travis tests
1 parent 6137b48 commit b6765e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ matrix:
6060
env:
6161
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
6262

63+
# GCC 4.9, draft disabled (default), latest libzmq (default)
64+
- os: linux
65+
addons:
66+
apt:
67+
sources:
68+
- ubuntu-toolchain-r-test
69+
packages:
70+
- g++-4.9
71+
env:
72+
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
73+
6374
# GCC 7, draft enabled, latest libzmq (default)
6475
- os: linux
6576
addons:

0 commit comments

Comments
 (0)