From ba491b243026c358480a3d6b17fd8a3a35256e28 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 9 Apr 2015 10:21:53 -0700 Subject: [PATCH] Use Travis legacy VMs instead of containers This allows installation of pip and virtualenv which s3-tests requires. --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2931808..9ea9a45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ -sudo: false +sudo: required language: java -addons: - apt_packages: - - python-pip - - python-virtualenv - - libevent-dev +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq python-pip python-virtualenv libevent-dev after_script: src/test/resources/run-s3-tests.sh