From 7dafc78353b37807a1692d51fbce34f3b912118c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 6 Dec 2019 12:12:17 +0330 Subject: finally fixing travis --- .travis.yml | 8 ++++---- 1 file 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: -- cgit v1.2.3