Skip to content

Commit e48bd68

Browse files
committed
update
1 parent fc9e4b8 commit e48bd68

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@ after_success:
1212
- make
1313
- make docker
1414
- make push
15-
16-
deploy:
17-
provider: script
18-
script:
19-
- make crossbuild
20-
- make release
21-
on:
22-
tags: true
15+
- if [[ -n "$TRAVIS_TAG" ]]; then make crossbuild release; fi

0 commit comments

Comments
 (0)