Use Travis legacy VMs instead of containers

This allows installation of pip and virtualenv which s3-tests
requires.
pull/53/head
Andrew Gaul 2015-04-09 10:21:53 -07:00
rodzic 7b937c1571
commit ba491b2430
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -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