Skip to content

Commit

Permalink
Do not import MSpec's .travis.yml in other repos
Browse files Browse the repository at this point in the history
* It's confusing.
  • Loading branch information
eregon committed Jun 27, 2018
1 parent 7074b56 commit b3dbbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/pull-latest-mspec-spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit b3dbbed

Please sign in to comment.