Skip to content

Commit

Permalink
Use the faster containerized Travis infrastructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Dec 30, 2014
1 parent deeefa1 commit 4581256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
Expand All @@ -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`

0 comments on commit 4581256

Please sign in to comment.