Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Fix test, enable go tip build in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Sep 4, 2014
1 parent 1a452ff commit c1b3085
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
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.3
- 1.2
- tip

install: true

Expand Down
2 changes: 1 addition & 1 deletion tests/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

func TestCreateTrelloClient(t *testing.T) {
trello, err := trello.NewClient()
_, err := trello.NewClient()
if err != nil {
t.Errorf("Failed to create Trello client.")
}
Expand Down

0 comments on commit c1b3085

Please sign in to comment.