Unverified Commit c80ce1e9 by jovimon Committed by GitHub

Update .travis.yml

parent aa3213b7
...@@ -6,7 +6,7 @@ before_install: ...@@ -6,7 +6,7 @@ before_install:
- sudo apt-get install jq - sudo apt-get install jq
# Yara # Yara
# - wget $(curl -s https://api.github.com/repos/VirusTotal/yara/releases/latest | jq -r ".tarball_url") -O yara.tar.gz # - wget $(curl -s https://api.github.com/repos/VirusTotal/yara/releases/latest | jq -r ".tarball_url") -O yara.tar.gz
- wget $(curl -s https://api.github.com/repos/VirusTotal/yara/releases/9250110 | jq -r ".tarball_url") -O yara.tar.gz - wget $(wget -O - https://api.github.com/repos/VirusTotal/yara/releases/9250110 | jq -r ".tarball_url") -O yara.tar.gz
- mkdir yara - mkdir yara
- tar -C yara -xzvf yara.tar.gz --strip-components 1 - tar -C yara -xzvf yara.tar.gz --strip-components 1
# Androguard for Yara # Androguard for Yara
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment