From f177f79dcc06b5dda9554660dca6d4a70fc2b60d Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Thu, 27 Sep 2018 15:02:33 +0200 Subject: [PATCH] errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f94d362..38f000c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - tar xfvz systemc-2.3.2.tar.gz - cd systemc-2.3.2 - mkdir build && cd build - - ../configure + - ../configure CXXFLAGS="-std=c++11" - make -j 4 && make install - cd ../.. - rm -r systemc-2.3.2/build