Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions dev/tasks/python-wheels/travis.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@

os: linux

dist: bionic

language: python

services:
- docker

# Update docker to support newer docker-compose versions
addons:
apt:
packages:
- docker-ce

# don't build twice
if: tag IS blank

Expand All @@ -33,9 +31,6 @@ env:
- PLAT=x86_64
- TRAVIS_TAG={{ task.tag }}

before_script:
- sudo pip install -U docker-compose

script:
- git clone --no-checkout {{ arrow.remote }} arrow
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
Expand Down