Skip to content

Commit

Permalink
Auto merge of #19 - mozillazg:develop, r=mozillazg
Browse files Browse the repository at this point in the history
v0.5.1
  • Loading branch information
homu committed Jun 5, 2016
2 parents c7b9b28 + 36b0460 commit 82f729b
Show file tree
Hide file tree
Showing 36 changed files with 11,781 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip

sudo: false
Expand All @@ -13,16 +14,13 @@ before_install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/bitly/go-simplejson
- go get golang.org/x/net/publicsuffix
- go get golang.org/x/net/proxy
- go get github.com/bmizerany/assert
- go get github.com/tools/godep

install:
- godep restore
- go build

script:
- echo "test.txtabc" > test.txt
- go test -v
- if [[ $TRAVIS_GO_VERSION != 'tip' ]]; then $HOME/gopath/bin/goveralls -service=travis-ci; fi

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 (2016-06-05)

* add vendor/


## 0.5.0 (2015-11-15)

Expand Down
34 changes: 34 additions & 0 deletions Godeps/Godeps.json

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

5 changes: 5 additions & 0 deletions Godeps/Readme

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

2 changes: 1 addition & 1 deletion form_test.go
Expand Up @@ -46,7 +46,7 @@ func TestPostFiles(t *testing.T) {
}
_, _ = w.Write(f)
w.Flush()
f2, _ := os.Open("test.txt")
f2, _ := os.Open("doc.go")
defer f2.Close()
req.Data = map[string]string{
"key": "value",
Expand Down
2 changes: 1 addition & 1 deletion request.go
Expand Up @@ -10,7 +10,7 @@ import (
"golang.org/x/net/publicsuffix"
)

const Version = "0.5.0"
const Version = "0.5.1"

type FileField struct {
FieldName string
Expand Down
10 changes: 10 additions & 0 deletions vendor/github.com/bitly/go-simplejson/.travis.yml

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

17 changes: 17 additions & 0 deletions vendor/github.com/bitly/go-simplejson/LICENSE

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

13 changes: 13 additions & 0 deletions vendor/github.com/bitly/go-simplejson/README.md

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

0 comments on commit 82f729b

Please sign in to comment.