Skip to content

Commit bc915a9

Browse files
committed
Create .travis.yml
1 parent 11d68f9 commit bc915a9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)