Skip to content

Commit

Permalink
Forgot to save. Also switch travis to new infra
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Oct 8, 2015
1 parent 6d6508c commit 725c0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: go
sudo: false
go:
- 1.5.1
- tip
Expand Down
2 changes: 1 addition & 1 deletion testfiles/generator/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var _ = fmt.Sprintf

type St struct {
type StSet struct {
StringSet map[string]struct{} `thrift:"1,required" json:"string_set"`
I32Set map[int32]struct{} `thrift:"2,required" json:"i32_set"`
BinarySet map[string]struct{} `thrift:"3,required" json:"binary_set"`
Expand Down

0 comments on commit 725c0f1

Please sign in to comment.