mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-15 05:20:20 -06:00
Speed up tests on 14.04 -- rvm has a binary for p551 and not p484
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
name: Ruby Hook
|
||||
entry: ruby_hook
|
||||
language: ruby
|
||||
language_version: 1.9.3-p484
|
||||
language_version: 1.9.3-p551
|
||||
files: \.rb$
|
||||
|
||||
@@ -146,7 +146,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
|
||||
tempdir_factory, store, 'ruby_1_9_3_hooks_repo',
|
||||
'ruby_hook',
|
||||
['/dev/null'],
|
||||
b'1.9.3\n484\nHello world from a ruby hook\n',
|
||||
b'1.9.3\n551\nHello world from a ruby hook\n',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user