summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-30 10:44:22 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-30 10:44:22 -0700
commitdce543cf4082c150e09aed29506b24f3c2f90194 (patch)
treeb8fee96694610dcaab1909756d9911ac751c1b71
parent7595c1b3db8759b5cf498c7b0837cc0e5d18bff1 (diff)
downloadwmi-lite-dce543cf4082c150e09aed29506b24f3c2f90194.tar.gz
Update travis config
Remove Ruby 1.9.3 and add 2.2 Cache bundler installs for faster testing and use the container based setup
-rw-r--r--.travis.yml8
1 files 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