Skip to content

Commit

Permalink
Remove explicit gcc-5.2 configuration from .travis.yml
Browse files Browse the repository at this point in the history
Closes #30
  • Loading branch information
whoshuu committed Mar 5, 2016
1 parent 169190d commit 48e4916
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ matrix:
packages: g++-5
sources: *sources

# gcc 5.2
- env: COMPILER=g++-5.2 CCOMPILER=gcc-5.2
addons:
apt:
packages: g++-5.2
sources: *sources

# Clang 3.4
- env: COMPILER=clang++ CCOMPILER=clang LINUX_CLANG=1
addons:
Expand Down Expand Up @@ -110,7 +103,6 @@ matrix:
osx_image: xcode7
allow_failures:
- env: COMPILER=g++-4.6 CCOMPILER=gcc-4.6
- env: COMPILER=g++-5.2 CCOMPILER=gcc-5.2
- env: COMPILER=clang++ CCOMPILER=clang LINUX_CLANG=1

install:
Expand Down

0 comments on commit 48e4916

Please sign in to comment.