Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 3d6e754

Browse files
committed
Temporarily remove Ruby checks from Travis config
1 parent 336053a commit 3d6e754

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.travis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,4 @@ matrix:
77
- '8' # current stable
88
cache: yarn
99
script: yarn test
10-
- name: "Ruby: 2.4.5"
11-
language: ruby
12-
rvm:
13-
- 2.4.5
14-
cache: bundler
15-
addons:
16-
postgresql: '10'
17-
install: bin/setup
18-
- name: "Ruby: 2.5.5"
19-
language: ruby
20-
rvm:
21-
- 2.5.5
22-
cache: bundler
23-
addons:
24-
postgresql: '10'
25-
install: bin/setup
10+
# TODO: add Ruby checks here

0 commit comments

Comments
 (0)