Use Travis container-based infrastructure

pull/50/head
Andrew Gaul 2015-03-19 09:26:32 -07:00
rodzic 103f949627
commit 871b4e54ca
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -1,5 +1,8 @@
sudo: false
language: java
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-pip python-virtualenv libevent-dev
addons:
apt_packages:
- python-pip
- python-virtualenv
- libevent-dev
after_script: src/test/resources/run-s3-tests.sh