We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d68f9 commit bc915a9Copy full SHA for bc915a9
1 file changed
.travis.yml
@@ -0,0 +1,23 @@
1
+language: go
2
+sudo: false
3
+notifications:
4
+ email: false
5
+jobs:
6
+ include:
7
+ - go: 1.14.x
8
+ stage: deploy
9
+ go_import_path: github.com/wzshiming/commandproxy
10
+ install: skip
11
+ script: skip
12
+ before_deploy:
13
+ - BASENAME=commandproxy bash -c "$(curl -fsSL https://github.com/wzshiming/my-shell/raw/master/build_all.bash)"
14
+ deploy:
15
+ provider: releases
16
+ api_key: $CI_TOKEN
17
+ file_glob: true
18
+ file: release/*
19
+ skip_cleanup: true
20
+ on:
21
+ repo: wzshiming/commandproxy
22
+ branch: master
23
+ tags: true
0 commit comments