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

Commit

Permalink
add two basic files
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 25, 2015
1 parent ff800ec commit ddf4bcd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gopack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
author: shengxiang
description: '...'
includes:
- README.md
- LICENSE
- conf
- templates
- public
excludes:
- \.git
script:
- godep go build
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go:
- 1.5
script:
- go test -v ./...
after_success:
- bash -c "$(curl -fsSL http://bitly.com/gorelease)" gorelease

0 comments on commit ddf4bcd

Please sign in to comment.