update travis

This commit is contained in:
jason-gao
2019-12-09 17:40:25 +08:00
parent f4859b37d8
commit c61fac453d
3 changed files with 19 additions and 7 deletions
+12 -6
View File
@@ -5,11 +5,17 @@ go:
- 1.13.x - 1.13.x
- master - master
notifications:
email:
recipients:
- 3048789891@qq.com
on_success: change # default: change
on_failure: always # default: always
script: script:
- go build - make init
- ./fileboy version - make build-mac
- ./fileboy help - make start-mac
- ./fileboy init
- cat filegirl.yaml
- ./fileboy exec
+6
View File
@@ -25,15 +25,21 @@ build-win: ;@echo "编译-windows版";
build-all: build-mac build-linux build-win build-all: build-mac build-linux build-win
start-linux: ;@echo "启动服务"; start-linux: ;@echo "启动服务";
./bin/fileboy-linux-amd64.bin help
./bin/fileboy-linux-amd64.bin init ./bin/fileboy-linux-amd64.bin init
cat filegirl.yaml
./bin/fileboy-linux-amd64.bin ./bin/fileboy-linux-amd64.bin
start-mac: ;@echo "启动服务"; start-mac: ;@echo "启动服务";
./bin/fileboy-darwin-amd64.bin help
./bin/fileboy-darwin-amd64.bin init ./bin/fileboy-darwin-amd64.bin init
cat filegirl.yaml
./bin/fileboy-darwin-amd64.bin ./bin/fileboy-darwin-amd64.bin
start-win: ;@echo "启动服务"; start-win: ;@echo "启动服务";
./bin/fileboy-windows-amd64.exe help
./bin/fileboy-windows-amd64.exe init ./bin/fileboy-windows-amd64.exe init
cat filegirl.yaml
./bin/fileboy-windows-amd64.exe ./bin/fileboy-windows-amd64.exe
build-start-mac: build-mac start-mac build-start-mac: build-mac start-mac
+1 -1
View File
@@ -4,4 +4,4 @@
git remote add upstream https://github.com/dengsgo/fileboy.git git remote add upstream https://github.com/dengsgo/fileboy.git
git fetch upstream git fetch upstream
git checkout master git checkout master
git merge upstream/master git merge upstream/master