From 6a2ed326e85e10f84a292fc4a0aa0550bd07f4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 6 May 2020 09:33:43 +0200 Subject: [PATCH] Travis: attempt to fix download of itc test suite --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70dfdd392..1b690c60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ matrix: - make clean - make -s USE_Z3=yes -j2 - python3 test/bug-hunting/cve.py - - wget -q https://github.com/Toyota-ITC-SSD/Software-Analysis-Benchmark/archive/v1.1.tar.gz + - wget https://github.com/Toyota-ITC-SSD/Software-Analysis-Benchmark/archive/v1.1.tar.gz - tar xzvf v1.1.tar.gz - mv Software-Analysis-Benchmark-1.1 ~/itc - python3 test/bug-hunting/itc.py