kopia lustrzana https://github.com/gaul/s3proxy
Use Travis legacy VMs instead of containers
This allows installation of pip and virtualenv which s3-tests requires.pull/53/head
rodzic
7b937c1571
commit
ba491b2430
10
.travis.yml
10
.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
|
||||
|
|
Ładowanie…
Reference in New Issue