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 c47c495 commit 272be10Copy full SHA for 272be10
.travis.yml
@@ -4,7 +4,7 @@ language: c
4
compiler:
5
- gcc
6
git:
7
- depth: 6
+ depth: 1
8
9
# Each item under 'env' is a separate Travis job to execute.
10
# They run in separate environments, so each one must take the time
@@ -44,6 +44,9 @@ notifications:
44
on_error: always
45
46
before_script:
47
+ # Expand the git tree back to alpha 2 so we get intermediate tags
48
+ - git fetch --shallow-exclude=4.0.0-alpha.2
49
+ - git describe --dirty --always --tags
50
- function var_search () { case "$1" in *$2*) true;; *) false;; esac; }
51
- sudo dpkg --add-architecture i386
52
0 commit comments