From defc6f044bd0e5a7abd2ca02231701d326bb0339 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 13 Aug 2018 22:30:39 -0400 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c97c8fc..b5a6722 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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