Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Slavnov <[email protected]>
  • Loading branch information
zurk committed Jul 31, 2019
1 parent 7f5ca56 commit 7ca288a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
language: python
sudo: true
dist: xenial
dist: bionic
services:
- docker
cache: pip
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ca288a

Please sign in to comment.