Skip to content

Commit bb666f3

Browse files
committed
Disable MRI 1.9.3 in Travis builds
It errors because of a too new version of rack that only supports Ruby >= 2.0. This will be addressed down the road as it's probably just a matter of tweaking the test stuff that's present in the Gemfile.
1 parent 6697ad0 commit bb666f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ matrix:
88
fast_finish: true
99

1010
include:
11-
- rvm: 1.9.3
12-
env: RUN=default
11+
# - rvm: 1.9.3
12+
# env: RUN=default
1313
- rvm: 2.0.0
1414
env: RUN=default
1515
- rvm: 2.1.0

0 commit comments

Comments
 (0)