Skip to content

Commit 2869144

Browse files
committed
update travis
1 parent 719272c commit 2869144

File tree

2 files changed

+17
-69
lines changed

2 files changed

+17
-69
lines changed

.travis.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ notifications:
44
email: false
55
jobs:
66
include:
7-
- go: 1.11.x
8-
stage: deploy
9-
go_import_path: github.com/wzshiming/pic2ascii
10-
install: skip
11-
script: skip
12-
before_deploy:
13-
- BASENAME=pic2ascii ./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/pic2ascii
22-
branch: master
23-
tags: true
7+
- go: 1.13.x
8+
stage: deploy
9+
go_import_path: github.com/wzshiming/pic2ascii
10+
install: skip
11+
script: skip
12+
before_deploy:
13+
- BASENAME=pic2ascii 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/pic2ascii
22+
branch: master
23+
tags: true

build_all.bash

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)