Skip to content

Commit

Permalink
Travis release pain :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
tritol committed Jul 2, 2021
1 parent 97327eb commit cae8bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: linux
dist: xenial
language: cpp
script:
- git fetch --unshallow || if [ $? -eq 128 ]; then true; else false; fi
- git fetch --tags --unshallow || if [ $? -eq 128 ]; then true; else false; fi
- git rev-list --count HEAD
- bash -x build.sh
deploy:
Expand Down

0 comments on commit cae8bbe

Please sign in to comment.