Fix typo [ci skip]

This commit is contained in:
Takashi Kokubun 2019-07-24 20:51:29 +09:00
parent 7b1893c771
commit 65a9d4b0f7
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -341,7 +341,7 @@ env:
- TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb" - TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb"
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS= - JOBS=
# Reset timestamps earily, before updating Homebrew etc. # Reset timestamps early, before updating Homebrew etc.
- _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +) - _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +)
- &dependency - &dependency