Skip to content

Commit

Permalink
travis-ci: enable all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pnav committed Feb 8, 2019
1 parent caae08c commit 0066c34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ branches:

matrix:
include:
# - os: osx
# compiler: clang
# env:
# - MATRIX_EVAL=""
- os: osx
compiler: clang
env:
- MATRIX_EVAL=""

# TODO: currently fails due to --std=c++11 flag inclusion
# since cmake detects mac/clang and gcc barfs rather than ignores
Expand All @@ -21,10 +21,10 @@ matrix:
# env:
# - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"

# - os: linux
# compiler: clang
# env:
# - MATRIX_EVAL=""
- os: linux
compiler: clang
env:
- MATRIX_EVAL=""

- os: linux
compiler: gcc
Expand Down

0 comments on commit 0066c34

Please sign in to comment.