summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-08-11 11:49:26 +0100
committerThom May <thom@may.lt>2016-08-11 11:55:28 +0100
commit05db78c270ef91d17cd79e347502a021805a43ed (patch)
tree3419b9da17d2db194588af95fee516e0184425be
parent2aede017fda20f832fd122e212f66037f32324c0 (diff)
downloadmixlib-config-05db78c270ef91d17cd79e347502a021805a43ed.tar.gz
update travis to supported rubies
Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--.travis.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f019556..ca49529 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,14 @@
+language: ruby
+sudo: false
+
+branches:
+ only:
+ master
+
rvm:
- - 1.8.7
- - 1.9.3
- - 2.0.0
+ - 2.1.9
+ - 2.2.5
+ - 2.3.1
script: bundle exec rake spec