Skip to content

Commit ca1bbd7

Browse files
author
stsdc
committed
add deploy
1 parent 1eabbae commit ca1bbd7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.travis.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ script:
2323
- export CC=arm-linux-gnueabihf-gcc-4.8
2424
- ./make_deb.sh
2525

26-
27-
28-
# deploy:
29-
# provider: releases
30-
# api_key: $GITHUB_TOKEN
31-
# file: '*.deb'
32-
# file_glob: true
33-
# skip_cleanup: true
34-
# name: $TRAVIS_TAG
35-
# on:
36-
# branch: master
37-
# tags: true
26+
deploy:
27+
provider: releases
28+
api_key: $GITHUB_TOKEN
29+
file: '*.deb'
30+
file_glob: true
31+
skip_cleanup: true
32+
name: $TRAVIS_TAG
33+
on:
34+
branch: master
35+
tags: true

0 commit comments

Comments
 (0)