Skip to content

Commit

Permalink
Disable build broken by travis changes
Browse files Browse the repository at this point in the history
It should be reenabled later, but I don't have time to investigate
right now.
  • Loading branch information
horenmar committed Jul 29, 2017
1 parent d65091f commit c5dfa73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ matrix:
env: COMPILER='g++-6' BUILD_TYPE='Debug' CPP14=1 env: COMPILER='g++-6' BUILD_TYPE='Debug' CPP14=1


# 4b/ Linux C++14 Clang builds # 4b/ Linux C++14 Clang builds
- os: linux # - os: linux
compiler: clang # compiler: clang
addons: *clang38 # addons: *clang38
env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1 # env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1

#
- os: linux # - os: linux
compiler: clang # compiler: clang
addons: *clang38 # addons: *clang38
env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1 # env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1




# 5/ OSX Clang Builds # 5/ OSX Clang Builds
Expand Down

0 comments on commit c5dfa73

Please sign in to comment.