Don't build std branch with -std=c++0=98

This commit is contained in:
Victor Zverovich 2016-09-26 07:35:27 -07:00
parent 209a1d58bf
commit 21c6700b83

View File

@ -14,7 +14,6 @@ env:
matrix:
- BUILD=Doc
- BUILD=Debug STANDARD=0x
- BUILD=Release STANDARD=98
- BUILD=Release STANDARD=0x
matrix: