diff --git a/.travis.yml b/.travis.yml index 5d268ba..ac567b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,13 @@ before_install: install: - cd .. - - wget --no-check-certificate 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 + - wget --no-check-certificate http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.3.tar.gz + - tar xfvz systemc-2.3.3.tar.gz + - cd systemc-2.3.3 - mkdir build && cd build - ../configure CXXFLAGS="-std=c++11" - make -j 4 && make install - cd ../.. - - rm -r systemc-2.3.2/build - - rm systemc-2.3.2.tar.gz + - rm -r systemc-2.3.3/build + - rm systemc-2.3.3.tar.gz - cd RISC-V-TLM