Update .travis.yml
Add --no-check-certificate to download systemc library
This commit is contained in:
parent
49e17203c2
commit
bddf2b68c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue