From d8059f265261e9144e17549b734efe12759381e6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 8 Oct 2019 02:39:53 +0200 Subject: [PATCH] switch back to bionic --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9abb1fb..dd5268a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: bionic language: bash @@ -38,7 +38,6 @@ script: - sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig' - sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo python3 setup.py sdist bdist_wheel - - sudo time bash install --travis -b "$TRAVIS_BRANCH" - sudo time bash tests/travis.sh - sudo wo update --travis \ No newline at end of file