Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
albertrdixon committed Apr 20, 2015
2 parents 32cae2d + ecab593 commit e3a34c8
Show file tree
Hide file tree
Showing 31 changed files with 1,575 additions and 454 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@ os: linux
language: go
go: 1.4.2

install: go get github.com/tools/godep
install:
- go get github.com/tools/godep
- go get github.com/mitchellh/gox
before_script: make dep-restore
script: make test-verbose
after_success: make package
after_success:
- "cd $GOROOT/src && GOOS=darwin GOARCH=amd64 ./make.bash --no-clean && cd -"
- make package

deploy:
provider: releases
api_key:
secure: gE+O8G3DK0jhYc7lIIz9wlRLSZTXau7WdWz3dQqG/DAPvkJbjcGAjA3WmW81KcEs4Ob0ODIdChSGJY5+px/w0aFTdAAP27NvoPRwute2VcLRevpjCglroqz3girj3KUVJmACtya4h/nJZ3Eo20/6/lTJTE6y6W9dVhbwx1DpKlM=
file: tnator-linux-amd64.tar.gz
file:
- tnator-linux-amd64.tar.gz
- tnator-darwin-amd64.tar.gz
on:
repo: albertrdixon/tmplnator
tags: true
5 changes: 5 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/dce.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/hash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 101 additions & 0 deletions Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/node.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e3a34c8

Please sign in to comment.