Skip to content

Commit a711fd9

Browse files
committed
only build on one ruby version until we get CI sorted
1 parent 8ed05e0 commit a711fd9

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
@@ -2,10 +2,11 @@ sudo: false
22
language: ruby
33

44
rvm:
5-
- "2.0.0"
6-
- "2.1.0"
7-
- "2.2.0"
8-
- rbx
5+
# - "2.0.0"
6+
# - "2.1.0"
7+
# - "2.2.0"
8+
# - rbx
9+
- "2.5.0"
910

1011
before_install: gem install bundler -v 1.15.4
1112
script:

0 commit comments

Comments
 (0)