Skip to content

Commit 090539b

Browse files
author
Matthieu Nottale
committed
travis: Fix a typo in previous commit.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent 174508e commit 090539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- jdk_switcher use openjdk8
2424
- ./consul agent -server -bootstrap -advertise=127.0.0.1 -data-dir /tmp/consul -config-file=./config.json 1>/dev/null &
2525
- ./etcd/etcd --listen-client-urls 'http://0.0.0.0:4001' --advertise-client-urls 'http://127.0.0.1:4001' >/dev/null 2>&1 &
26-
- ./scripts/travis_start_zk.sh
26+
- ./script/travis_start_zk.sh
2727
- ./memo/bin/memo kvs run kvs --allow-root-creation --grpc localhost:9000 >/dev/null 2>&1 &
2828
- script/validate-gofmt
2929
- go vet ./...

0 commit comments

Comments
 (0)