Skip to content

Commit

Permalink
Add test-history to run travis.sh through history
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Mar 1, 2020
1 parent d7ac35b commit ba3f168
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test-history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash -e

mkdir tmp
cd tmp

git clone [email protected]:1ml-prime/1ml.git
cd 1ml

while [ -e ./travis.sh ]; do
./travis.sh
git reset --hard HEAD~1
done

cd ../..
rm -rf tmp

0 comments on commit ba3f168

Please sign in to comment.