Skip to content

Commit a783e7a

Browse files
committed
update travis config, test on ruby 2.2.5 and 2.3.1 only, update rubygems and bundler before running tests
1 parent f69c6e8 commit a783e7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: ruby
22
rvm:
3-
- 1.9
4-
- 2.0
5-
- 2.1
6-
- jruby
3+
- 2.2.5
4+
- 2.3.1
5+
before_install:
6+
- gem update --system
7+
- gem update bundler

0 commit comments

Comments
 (0)