diff --git a/.travis.yml b/.travis.yml index bf578eb39..d22cfc4af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,12 +109,12 @@ matrix: #- python3 test/bug-hunting/cve.py #- git clone https://github.com/regehr/itc-benchmarks.git ~/itc #- python3 test/bug-hunting/itc.py - - mkdir ~/juliet - - curl https://samate.nist.gov/SARD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip -o ~/juliet/juliet.zip - - cd ~/juliet - - unzip -qq ~/juliet/juliet.zip - - cd - - - python3 test/bug-hunting/juliet.py + #- mkdir ~/juliet + #- curl https://samate.nist.gov/SARD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip -o ~/juliet/juliet.zip + #- cd ~/juliet + #- unzip -qq ~/juliet/juliet.zip + #- cd - + #- python3 test/bug-hunting/juliet.py script: # fail the entire job as soon as one of the subcommands exits non-zero to save time and resources