Skip to content

Commit 71c1d3f

Browse files
committed
use builtin ruby to save development time
1 parent 7f6b216 commit 71c1d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
sudo: false
22
language: ruby
33

4-
rvm:
4+
# rvm:
55
# - "2.0.0"
66
# - "2.1.0"
77
# - "2.2.0"
88
# - rbx
9-
- "2.5.0"
9+
# - "2.5.0"
1010

1111
before_install: gem install bundler -v 1.15.4
1212
script:

0 commit comments

Comments
 (0)