Skip to content

Commit 4c6640f

Browse files
committedSep 29, 2017
Temporarily disable Ruby lint on CI
1 parent 546eff8 commit 4c6640f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ matrix:
171171
<<: *firefox-esr
172172
- env: TASK=//rb:docs
173173
<<: *ruby
174-
- env: TASK=//rb:lint
175-
<<: *ruby
176174
allow_failures:
177175
- env: CHROME=1 TASK=//java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
178176
- env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run

‎rb/build.desc

+1-2
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,4 @@ ruby_test(name = "unit",
311311
]
312312
)
313313

314-
ruby_lint(name = "lint"
315-
)
314+
ruby_lint(name = "lint")

0 commit comments

Comments
 (0)