Skip to content

Commit

Permalink
Apache's Arrow apt repo no longer supports bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcdonnell-kx committed Jul 29, 2021
1 parent a7167de commit 42ceb06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
jobs:
include:
- dist: xenial
os: linux
- dist: bionic
os: linux
- dist: focal
Expand Down Expand Up @@ -102,6 +100,6 @@ deploy:
file: "$FILE_NAME"
on:
tags: true
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = xenial && $TRAVIS_OS_NAME = linux)
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = bionic && $TRAVIS_OS_NAME = linux)
skip_cleanup: 'true'

0 comments on commit 42ceb06

Please sign in to comment.