Skip to content

Commit 0bb8b75

Browse files
committed
Merge pull request #76 from jc00ke/patch-1
Allow rbx 1.8 & 1.9 modes to fail on Travis
2 parents f87d5bc + a0fcca2 commit 0bb8b75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ before_script:
33
- gem install hoe
44
- gem install rake-compiler
55
- gem install mini_portile
6+
language: ruby
67
rvm:
78
- 1.8.7
89
- 1.9.2
910
- 1.9.3
1011
- ruby-head
12+
- rbx-18mode
13+
- rbx-19mode
14+
matrix:
15+
allow_failures:
16+
- rvm: rbx-18mode
17+
- rvm: rbx-19mode
1118
env:
1219
- USE_MINI_PORTILE=true
1320
- USE_MINI_PORTILE=false

0 commit comments

Comments
 (0)