Skip to content

Commit

Permalink
travis: bump up version and set import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathsp06 committed Jun 15, 2020
1 parent 2a8a507 commit 2db5a60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go
go_import_path: github.com/messagebird/go-rest-api
go:
- "1.12"
- "1.13"
- "1.14"
- stable
- master
matrix:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/messagebird/go-rest-api

go 1.12
go 1.13
2 changes: 1 addition & 1 deletion sms/message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func TestListScheduled(t *testing.T) {
t.Errorf("API call should contain filter by status (%v), but is is not %v", expectedStatusFilter, r.URL.String())
}
if _, err := w.Write(mbtest.Testdata(t, "messageListScheduledObject.json")); err != nil {
t.Fatalf("unexpected error responding to list scheduled request")
t.Fatalf("unexpected error responding to list scheduled request. err: %s", err)
}
})
transport, teardown := mbtest.HTTPTestTransport(h)
Expand Down

0 comments on commit 2db5a60

Please sign in to comment.