Skip to content

Commit

Permalink
Reduce travis matrix by gcc-5 (moved to CCI) and default (redundant)
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 1, 2017
1 parent 01dfbce commit 7477e95
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ sudo: required
dist: trusty
osx_image: xcode8.3

os:
- linux
- osx

matrix:
include:
- os: linux
addons:
apt:
packages:
- g++-5
sources: &sources
- ubuntu-toolchain-r-test
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- os: osx
# - os: linux
# addons:
# apt:
# packages:
# - g++-5
# sources: &sources
# - ubuntu-toolchain-r-test
# env:
# - MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"

- os: linux
addons:
Expand Down

0 comments on commit 7477e95

Please sign in to comment.