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

Commit ddf4bcd

Browse files
committed
add two basic files
1 parent ff800ec commit ddf4bcd

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gopack.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
author: shengxiang
2+
description: '...'
3+
includes:
4+
- README.md
5+
- LICENSE
6+
- conf
7+
- templates
8+
- public
9+
excludes:
10+
- \.git
11+
script:
12+
- godep go build

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
go:
3+
- 1.5
4+
script:
5+
- go test -v ./...
6+
after_success:
7+
- bash -c "$(curl -fsSL http://bitly.com/gorelease)" gorelease

0 commit comments

Comments
 (0)