Skip to content

Commit 69379e1

Browse files
committed
Merge pull request #205 from dblock/fix-build
Ignore rbx failures.
2 parents 82cfd8d + f345e1e commit 69379e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ cache: bundler
66

77
rvm:
88
- ruby-head
9-
- 2.1.2
9+
- 2.3.0
10+
- 2.2
11+
- 2.1
1012
- 2.0.0
1113
- 1.9.3
1214
- jruby-19mode
1315
- jruby-head
14-
- rbx-2.2.10
16+
- rbx-2
1517

1618
matrix:
1719
allow_failures:
1820
- rvm: ruby-head
1921
- rvm: jruby-head
22+
- rvm: rbx-2

0 commit comments

Comments
 (0)