Skip to content

Commit db7637e

Browse files
committed
try not building tags
1 parent 79a465f commit db7637e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ deploy:
2929
skip_cleanup: true
3030
on:
3131
branch: release*
32+
tags: false
3233

3334
# publish "final" releases on master
3435
- provider: script
3536
script: script/release
3637
skip_cleanup: true
3738
on:
3839
branch: master
40+
tags: false
3941

4042
notifications:
4143
slack:

0 commit comments

Comments
 (0)