From aeeaadaad08038217440c1e9e7c5ca126d7dc633 Mon Sep 17 00:00:00 2001 From: eregon Date: Fri, 3 Aug 2018 16:19:10 +0000 Subject: Update to ruby/mspec@072849e git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/mspec/tool/pull-latest-mspec-spec | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/mspec/tool') diff --git a/spec/mspec/tool/pull-latest-mspec-spec b/spec/mspec/tool/pull-latest-mspec-spec index dfd80582b3..62c1f8fefa 100755 --- a/spec/mspec/tool/pull-latest-mspec-spec +++ b/spec/mspec/tool/pull-latest-mspec-spec @@ -7,6 +7,7 @@ rm -rf spec/mspec git clone --depth 1 https://github.com/ruby/mspec.git spec/mspec commit=$(git -C spec/mspec log -n 1 --format='%h') rm -rf spec/mspec/.git +rm -f spec/mspec/.travis.yml git add spec/mspec git commit -m "Update to ruby/mspec@${commit}" -- cgit v1.2.3