We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eabbae commit ca1bbd7Copy full SHA for ca1bbd7
.travis.yml
@@ -23,15 +23,13 @@ script:
23
- export CC=arm-linux-gnueabihf-gcc-4.8
24
- ./make_deb.sh
25
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
+deploy:
+ provider: releases
+ api_key: $GITHUB_TOKEN
+ file: '*.deb'
+ file_glob: true
+ skip_cleanup: true
+ name: $TRAVIS_TAG
+ on:
+ branch: master
+tags: true
0 commit comments