Commit cbf8f628 authored by ciody's avatar ciody

gcc 4.8 does not have support for regex

parent 64ebc084
...@@ -32,14 +32,6 @@ matrix: ...@@ -32,14 +32,6 @@ matrix:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0']
# Linux GCC builds # Linux GCC builds
- os: linux
compiler: gcc
env: COMPILER=g++-4.8
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-4.8']
- os: linux - os: linux
compiler: gcc compiler: gcc
env: COMPILER=g++-4.9 env: COMPILER=g++-4.9
......
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