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:
Robert Edmonds 2018-08-13 22:30:39 -04:00
parent 9becc1b66f
commit defc6f044b

View File

@ -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