Skip to content

Commit f5faf4f

Browse files
committed
Merge branch 'master' into voice-api
2 parents bc9b28f + e69ef9e commit f5faf4f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: go
22

33
go:
4-
- 1.4
5-
- tip
4+
- 1.8
5+
- stable
6+
- master
7+
8+
matrix:
9+
allow_failures:
10+
- go: master

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type messageRequest struct {
7070
Validity int `json:"validity,omitempty"`
7171
Gateway int `json:"gateway,omitempty"`
7272
TypeDetails TypeDetails `json:"typeDetails,omitempty"`
73-
DataCoding string `json:"dataCoding,omitempty"`
73+
DataCoding string `json:"datacoding,omitempty"`
7474
MClass int `json:"mclass,omitempty"`
7575
ScheduledDatetime string `json:"scheduledDatetime,omitempty"`
7676
}

0 commit comments

Comments
 (0)