Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
use no empty file, to test travis releasae again, hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 1, 2016
1 parent 750dd72 commit 62faaa7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .gopack.yml
@@ -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
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: go
sudo: false
go:
- 1.7
before_install:
Expand All @@ -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
1 change: 1 addition & 0 deletions dist/gosuv-drawin-amd64.tar.gz
@@ -0,0 +1 @@
hello
1 change: 1 addition & 0 deletions dist/gosuv-linux-386.tar.gz
@@ -0,0 +1 @@
hello
1 change: 1 addition & 0 deletions dist/gosuv-linux-amd64.tar.gz
@@ -0,0 +1 @@
hello

0 comments on commit 62faaa7

Please sign in to comment.