Skip to content

Commit

Permalink
Regex requires gcc 4.9 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored and billy1arm committed Aug 10, 2020
1 parent 6ac062e commit 1f03c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- gcc-4.9
- g++-4.9
- clang

before_install:
- bash .travis.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "gcc" ] ; then export CC=gcc-4.8 CXX=g++-4.8 ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "gcc" ] ; then export CC=gcc-4.9 CXX=g++-4.9 ; fi

script:
- test -d _build || mkdir _build
Expand Down

0 comments on commit 1f03c4d

Please sign in to comment.