diff --git a/.travis.yml b/.travis.yml index 268faa518..78cf98429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ jdk: - oraclejdk8 before_install: - sudo apt-get update -qq - - sudo apt-get install -y python3 + - sudo apt-get install -y python3.4 - python3 --version