Update .travis.yml

Add --no-check-certificate to download systemc library
This commit is contained in:
Màrius Montón 2021-11-08 18:11:01 +01:00 committed by GitHub
parent 49e17203c2
commit bddf2b68c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
install: install:
- cd .. - cd ..
- wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz - 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 - tar xfvz systemc-2.3.2.tar.gz
- cd systemc-2.3.2 - cd systemc-2.3.2
- mkdir build && cd build - mkdir build && cd build