Fix C++14 toggle for OSX build

This commit is contained in:
Martin Hořeňovský 2018-03-05 15:09:25 +01:00
parent 2e285b9579
commit 93db01c647
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ matrix:
- os: osx
osx_image: xcode9.1
compiler: clang
env: COMPILER='clang++' USE_CPP14=1
env: COMPILER='clang++' CPP14=1
install: