We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefdc4e commit e470cecCopy full SHA for e470cec
.travis.yml
@@ -53,4 +53,14 @@ before_script:
53
script:
54
- tree dest/
55
- tar -cvzf testkit-stub.tar.gz ./dest/
56
- - ls -al
+
57
+deploy:
58
+ provider: releases
59
+ skip_cleanup: true
60
+ api_key:
61
+ secure: G6JJkJ6ok1mc5XGsN5fvKd0V0Kw3oLBDeBqc+AG/tW9drbY/LRC6FQ1s25dbMZySYtEiOquwngnRMDCpyyxU3ekhCetLhzwlS4lITh8jpeCMDdBML+kYYuwMmAIzGJ8LNUwaonXUWHZytTOWlScT+rOH6eKCIKcf27oGDlWH4K4=
62
+ file: ./testkit-stub.tar.gz
63
+ on:
64
+ repo: testkit/testkit-stub
65
+ tags: true
66
+ all_branches: true
0 commit comments