From 7ca288ad76dbb0704796b50e3350aed8f0c660f8 Mon Sep 17 00:00:00 2001 From: Konstantin Slavnov Date: Wed, 31 Jul 2019 17:34:26 +0300 Subject: [PATCH] Update Travis Signed-off-by: Konstantin Slavnov --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef993b9..0ccbf96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python sudo: true -dist: xenial +dist: bionic services: - docker cache: pip @@ -52,7 +52,7 @@ matrix: - travis_retry make bblfsh-start - stage: deploy name: "Upload package to Pypi" - python: 3.5 + python: 3.6 install: - pip3 install --upgrade pip - pip3 install twine pyopenssl @@ -67,7 +67,7 @@ matrix: on: tags: true - name: "Push image to Docker Hub" - python: 3.5 + python: 3.6 stage: deploy script: - DOCKER_PUSH_LATEST=true make docker-push