Commit defc6f04 authored by Robert Edmonds's avatar Robert Edmonds

Revert ".travis.yml: Force C++ standard language version"

This reverts commit 0585e053.

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.
parent 9becc1b6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment