mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Revert ".travis.yml: Force C++ standard language version"
This reverts commit 0585e053a8723fbdea4deefe17b6a6512274cde5. Now that we autodetect any needed flags to enable C++11 support with the AX_CXX_COMPILE_STDCXX macro, we no longer need to force this in .travis.yml.
This commit is contained in:
parent
9becc1b66f
commit
defc6f044b
@ -13,7 +13,6 @@ addons:
|
||||
|
||||
env:
|
||||
global:
|
||||
- CXX="g++ -std=c++11"
|
||||
- PROTOBUF_VERSION=3.6.1
|
||||
- PKG_CONFIG_PATH=$HOME/protobuf-$PROTOBUF_VERSION-bin/lib/pkgconfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user