Skip to content

Commit

Permalink
Add g++-4.4, g++-4.6 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 29, 2018
1 parent b91cb90 commit af9f65e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ matrix:
compiler: g++
env: TOOLSET=gcc CXXSTD=03,11

- os: linux
compiler: g++-4.4
env: TOOLSET=gcc-4.4 CXXSTD=98,0x
addons:
apt:
packages:
- g++-4.4
sources:
- ubuntu-toolchain-r-test

- os: linux
compiler: g++-4.6
env: TOOLSET=gcc-4.6 CXXSTD=03,0x
addons:
apt:
packages:
- g++-4.6
sources:
- ubuntu-toolchain-r-test

- os: linux
compiler: g++-5
env: TOOLSET=gcc-5 CXXSTD=03,11
Expand Down

0 comments on commit af9f65e

Please sign in to comment.