From 1345f9cd087ebcb3748c8f867bb27eb93520bf58 Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Thu, 27 Sep 2018 14:03:22 +0200 Subject: [PATCH] errors --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5a7fa8..1da2571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,13 @@ compiler: - gcc install: - cd .. - wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz - tar xfvz systemc-2.3.2.tar.gz - cd systemc-2.3.2 - mkdir build && cd build - ../configure - make -j 4 && make install - cd ../.. - rm systemc-2.3.2/build - rm systemc-2.3.2.tar.gz + - cd .. + - wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz + - tar xfvz systemc-2.3.2.tar.gz + - cd systemc-2.3.2 + - mkdir build && cd build + - ../configure + - make -j 4 && make install + - cd ../.. + - rm systemc-2.3.2/build + - rm systemc-2.3.2.tar.gz