Skip to content

Commit

Permalink
travis/test fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Sep 17, 2015
1 parent 11596ce commit 6f386d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,6 @@
language: go
sudo: false

go:
- 1.4
- 1.5
Expand Down
2 changes: 1 addition & 1 deletion test/example_test.go → example_test.go
@@ -1,4 +1,4 @@
package test
package nats_test

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion test/basic_test.go
Expand Up @@ -52,7 +52,7 @@ func TestConnectedServer(t *testing.T) {
}
srv = nc.ConnectedServerId()
if srv != "" {
t.Fatalf("Expected a nil connect server, got %s\n", s)
t.Fatalf("Expected a nil connect server, got %s\n", srv)
}
}

Expand Down

0 comments on commit 6f386d8

Please sign in to comment.