summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 93916a0..c0d1d34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
-bundler_args: --binstubs
+#bundler_args: --binstubs
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
@@ -8,6 +8,7 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1
+ - 2.2
- ree
- rbx-18mode
- rbx-19mode
@@ -18,4 +19,5 @@ matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
+ - rvm: ruby-head
script: "bundle exec rake"