summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b5dce0..d730821 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,14 @@ before_install:
- gem update --system
- gem --version
-rvm:
- - 2.1.10
- - 2.2.6
- - 2.3.3
+matrix:
+ include:
+ - rvm: 2.1.10
+ - rvm: 2.2.6
+ - rvm: 2.3.3
+ - rvm: ruby-head
+ allow_failures:
+ - rvm: ruby-head
branches:
only: