From dce543cf4082c150e09aed29506b24f3c2f90194 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 30 Oct 2015 10:44:22 -0700 Subject: Update travis config Remove Ruby 1.9.3 and add 2.2 Cache bundler installs for faster testing and use the container based setup --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6af3a67..de8b4fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ +language: ruby +cache: bundler +sudo: false + rvm: - - 1.9.3 - - 2.0.0 + - 2.0 - 2.1 + - 2.2 bundler_args: --jobs 7 -- cgit v1.2.1