Skip to content

Commit c9b8a66

Browse files
HaraldNordgrenspinlock
authored andcommitted
Bump Travis versions (#1584)
* Bump Travis versions * Fix gotest failures
1 parent 7da2721 commit c9b8a66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- osx
66

77
go:
8+
- 1.11.x
89
- 1.10.x
910
- 1.9.x
1011
- 1.8.x

pkg/models/zk/zkclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (c *Client) CreateEphemeral(path string, data []byte) (<-chan struct{}, err
228228
log.Debugf("zkclient create-ephemeral node %s failed: %s", path, err)
229229
return nil, err
230230
}
231-
log.Debugf("zkclient create-ephemeral OK", path)
231+
log.Debugf("zkclient create-ephemeral OK: %q", path)
232232
return signal, nil
233233
}
234234

0 commit comments

Comments
 (0)