(attempt to) Fix travis

This commit is contained in:
Sollace 2019-06-01 10:01:35 +02:00
parent 6a5f137fa7
commit 4e2471b252

View file

@ -39,7 +39,7 @@ ext {
revision = "${grgit.log().size()}-${grgit.head().abbreviatedId}"
if (file('.git/shallow').exists()) {
// don't clone with --depth
revision = "-1-${shallow}"
revision = "-1-shallow"
}
}
}