better organized travis

This commit is contained in:
Chris Lu 2017-01-04 01:59:26 -08:00
parent e2100d0626
commit 4d1ac7332e

View file

@ -13,8 +13,9 @@ install:
script:
- go test ./weed/...
- make release
before_deploy:
- make release
deploy:
provider: releases
skip_cleanup: true
@ -40,3 +41,4 @@ deploy:
on:
tags: true
repo: chrislusf/seaweedfs
go: tip