Use the faster containerized Travis infrastructure.

This commit is contained in:
Robert Haines 2014-12-30 12:25:42 +00:00
parent deeefa1b1a
commit 458125606a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,6 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
@ -18,7 +20,5 @@ before_install:
- gem update --system
- gem --version
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq zip unzip
- echo `whereis zip`
- echo `whereis unzip`