use no empty file, to test travis releasae again, hope it works

master 0.0.1-alpha2
codeskyblue 8 years ago
parent 750dd7211b
commit 62faaa7e75

@ -1,16 +1,8 @@
author: codeskyblue
description: Port of python supervisor
os: darwin linux windows
includes:
- README.md
- LICENSE
- conf
- templates
- public
- static
- views
includes: []
excludes:
- \.git
script:
- go get -v
- sh build.sh
- go build

@ -1,4 +1,5 @@
language: go
sudo: false
go:
- 1.7
before_install:
@ -24,7 +25,7 @@ deploy:
file:
- dist/gosuv-linux-amd64.tar.gz
- dist/gosuv-linux-386.tar.gz
- dist/gosuv-darwin-amd64.tar.gz
#- dist/gosuv-darwin-amd64.tar.gz
on:
repo: codeskyblue/gosuv
tags: true

@ -0,0 +1 @@
hello
Loading…
Cancel
Save