summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b08ec2d049..065e03bc07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ matrix:
script: sudo -E $(which bundle) exec rake spec;
# also remove integration / external tests
bundler_args: --without changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- - rvm: rbx
+ - rvm: ruby-head
sudo: true
script: sudo -E $(which bundle) exec rake spec;
# also remove integration / external tests
@@ -329,7 +329,7 @@ matrix:
- sudo cat /var/log/squid3/access.log
allow_failures:
- - rvm: rbx
+ - rvm: ruby-head
notifications:
on_change: true