summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-02-17 11:42:25 -0800
committerTim Smith <tsmith84@gmail.com>2016-02-17 11:42:25 -0800
commit78613575606febfd68e315be7b71d2be77385f16 (patch)
tree433ccb35ea9aa3099a6babd654b04f7c0a29f5b7
parentc2636cafe085582a3c9d82c7db88fcedf119ff93 (diff)
downloadmixlib-shellout-78613575606febfd68e315be7b71d2be77385f16.tar.gz
Update travis config
Test on Ruby 2.2 Run in the container environment Cache gems
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 39aa782..102f660 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,13 @@
+language: ruby
+cache: bundler
+
+sudo: false
+
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
+ - 2.2
before_install:
- gem update bundler