This commit is contained in:
Lei Zhang 2017-11-14 09:18:42 -05:00
Родитель 919c990c95
Коммит 0126ad9785
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,13 @@ branches:
only:
- master
# Travis advances the master-tot tag to current top of the tree after
# each push into the master branch, because it relies on that tag to
# upload build artifacts to the master-tot release. This will cause
# double testing for each push on Appveyor: one for the push, one for
# the tag advance. Disable testing tags.
skip_tags: true
clone_depth: 5
matrix: