Skip to content

Commit

Permalink
Temporarily disable Ruby lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 29, 2017
1 parent 546eff8 commit 4c6640f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ matrix:
<<: *firefox-esr
- env: TASK=//rb:docs
<<: *ruby
- env: TASK=//rb:lint
<<: *ruby
allow_failures:
- env: CHROME=1 TASK=//java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
- env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
Expand Down
3 changes: 1 addition & 2 deletions rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,4 @@ ruby_test(name = "unit",
]
)

ruby_lint(name = "lint"
)
ruby_lint(name = "lint")

0 comments on commit 4c6640f

Please sign in to comment.