summaryrefslogtreecommitdiff
path: root/spec/mspec/tool
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-03 16:19:10 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-03 16:19:10 +0000
commitaeeaadaad08038217440c1e9e7c5ca126d7dc633 (patch)
treef82997d5fc1e98f665b6327ced3125826f15c336 /spec/mspec/tool
parenta2c7d0cea999bc8f8e6deb89bcee5eb80ba13ea2 (diff)
Update to ruby/mspec@072849e
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/mspec/tool')
-rwxr-xr-xspec/mspec/tool/pull-latest-mspec-spec1
1 files changed, 1 insertions, 0 deletions
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}"