Skip to content

Commit 6df9449

Browse files
committed
Match Grape's build matrix.
1 parent ddbc328 commit 6df9449

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
language: ruby
2+
23
cache: bundler
4+
35
rvm:
6+
- ruby-head
7+
- 2.1.1
8+
- 2.1.0
49
- 2.0.0
510
- 1.9.3
611
- jruby-19mode
12+
- jruby-head
713
- rbx-2
14+
15+
matrix:
16+
allow_failures:
17+
- rvm: ruby-head
18+
- rvm: jruby-head

0 commit comments

Comments
 (0)