We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e7d7f commit f13fac0Copy full SHA for f13fac0
.travis.yml
@@ -44,10 +44,10 @@ notifications:
44
on_error: always
45
46
before_script:
47
- # Expand the git tree back to the last tag.
+ # Expand the git tree back to 4.0.0-alpha.1 and then fetch the latest tag.
48
- LAST_TAG=`git ls-remote --quiet --tags --sort=version:refname | egrep -o "refs/tags/[0-9]+.*\$" | tail -n 1`
49
- - git fetch --shallow-exclude=$LAST_TAG
50
- - git fetch --depth 1 $LAST_TAG
+ - git fetch --shallow-exclude=4.0.0-alpha.1
+ - git fetch --depth 1 origin $LAST_TAG:$LAST_TAG
51
- git describe --dirty --always --tags
52
- function var_search () { case "$1" in *$2*) true;; *) false;; esac; }
53
- sudo dpkg --add-architecture i386
0 commit comments