Fetch tags.

This commit is contained in:
Martin Rotter 2020-05-04 07:16:41 +02:00
parent 3a35fc2a18
commit 970cd17874

View File

@ -1,5 +1,7 @@
#!/bin/sh
git fetch --tags
if test "$TRAVIS_OS_NAME" = "osx"; then
# Mac OS X.
brew update