summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2015-12-09 19:37:14 -0800
committerTim Smith <tsmith@chef.io>2015-12-09 19:37:14 -0800
commite6e1ada2e1a65da4b7bf6d12d6c1ad8eccaf2d19 (patch)
tree48702c594f39148ad1d6c664d5bd1be7480cb900 /.travis.yml
parent9377836dc0a5487474038ec727f02f9b33facfa6 (diff)
parentb95b102b140a5555b095b882349ea428efd210d2 (diff)
downloadwmi-lite-e6e1ada2e1a65da4b7bf6d12d6c1ad8eccaf2d19.tar.gz
Merge pull request #4 from tas50/master
Swap pry-debugger for pry-byebug and add readme badges
Diffstat (limited to '.travis.yml')
-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