Skip to content

Commit

Permalink
Updates TravisCI config to use containers.
Browse files Browse the repository at this point in the history
TravisCI builds are failing due to an [issue with
bundler](rubygems/bundler#3558).

One of the [suggested
solutions](rubygems/bundler#3558 (comment))
was to use TravisCI's container-based infrastructure which has the added
benefit of being faster.

This commit updates `.travis.yml` to use the container-based
infrastructure.
  • Loading branch information
tmr08c committed Jan 9, 2017
1 parent 6449b5d commit ef4dba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ matrix:
allow_failures:
- rvm: ruby-head
bundler_args: --without local_development
sudo: false

0 comments on commit ef4dba7

Please sign in to comment.