diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 08:42:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 08:42:17 +0000 |
commit | 7dafc78353b37807a1692d51fbce34f3b912118c (patch) | |
tree | ce76f984105f86d9024c5e6e09b5016be5fe2557 | |
parent | finally fixing travis (diff) | |
download | mutator-7dafc78353b37807a1692d51fbce34f3b912118c.tar.gz mutator-7dafc78353b37807a1692d51fbce34f3b912118c.zip |
finally fixing travis
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5271f9a..7e9a262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ matrix: - ./extra-tools/keystoneubuntu.sh - sudo apt-get update - sudo apt-get install clang-7 llvm-7-dev libclang-common-7-dev libclang-7-dev -y - - sudo apt-get install python3.5-dev -y --allow-unauthenticated + - sudo apt-get install python3.6-dev -y --allow-unauthenticated - git submodule init - git submodule update script: @@ -90,7 +90,7 @@ matrix: - luarocks install ansicolors --local - ./extra-tools/capstoneubuntu14.sh - ./extra-tools/keystoneubuntu.sh - - sudo apt-get install python3.5-dev -y --allow-unauthenticated + - sudo apt-get install python3.6-dev -y --allow-unauthenticated - git submodule init - git submodule update script: @@ -113,7 +113,7 @@ matrix: - luarocks install ansicolors --local - ./extra-tools/capstoneubuntu14.sh - ./extra-tools/keystoneubuntu.sh - - sudo apt-get install python3.5-dev -y --allow-unauthenticated + - sudo apt-get install python3.6-dev -y --allow-unauthenticated - git submodule init - git submodule update script: @@ -136,7 +136,7 @@ matrix: - luarocks install ansicolors --local - ./extra-tools/capstoneubuntu14.sh - ./extra-tools/keystoneubuntu.sh - - sudo apt-get install python3.5-dev -y --allow-unauthenticated + - sudo apt-get install python3.6-dev -y --allow-unauthenticated - git submodule init - git submodule update script: |