Skip to content

Commit 21edc80

Browse files
committed
Fetch the old version tag on Travis
1 parent 1662e39 commit 21edc80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ if [ "$SKIP_RUNTIME_COMPATIBILITY_CHECK" == "0" ]; then
5656
echo "Checking whenever the old version still works with the newest runtime..."
5757

5858
if [ ! -d target/old-version ]; then
59+
git fetch origin refs/tags/0.4.9:refs/tags/0.4.9
60+
5961
pushd target > /dev/null
6062
git clone .. old-version
6163
popd > /dev/null

0 commit comments

Comments
 (0)