Skip to content

Commit

Permalink
std=c++03
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 8, 2018
1 parent e879451 commit 93e9fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -227,7 +227,7 @@ matrix:
description: "iutest c++ testing framework"
notification_email: zumix.cpp@gmail.com
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-8 --template && cd ./test"
build_command: make -j4 coverity_scan STDFLAG=-std=c++11
build_command: make -j4 coverity_scan STDFLAG=-std=c++03
branch_pattern: master|.*coverity_scan.*
- os: osx
env: OSX=1 STDFLAG=-std=c++11
Expand Down

0 comments on commit 93e9fd5

Please sign in to comment.