From 21c6700b83b1a7af61b5965ad4ff4e87b861507f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 26 Sep 2016 07:35:27 -0700 Subject: [PATCH] Don't build std branch with -std=c++0=98 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6b81a2a..3264544f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ env: matrix: - BUILD=Doc - BUILD=Debug STANDARD=0x - - BUILD=Release STANDARD=98 - BUILD=Release STANDARD=0x matrix: