Commit 4b37082e authored by Niels's avatar Niels

more GCC versions

parent 117fd59a
......@@ -10,8 +10,6 @@ sudo: false
addons:
apt:
packages:
- g++-6
sources: &sources
- ubuntu-toolchain-r-test
......@@ -30,8 +28,18 @@ matrix:
osx_image: xcode8
- os: linux
env: COMPILER=g++-6
compiler: gcc
env: COMPILER=g++-4.9
addons:
apt:
packages: g++-4.9
- os: linux
compiler: gcc
env: COMPILER=g++-5
addons:
apt:
packages: g++-5
#####################
......@@ -47,6 +55,8 @@ install:
################
script:
- uname -a
- $CXX --version
- make
- test/json_unit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment