We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174508e commit 090539bCopy full SHA for 090539b
.travis.yml
@@ -23,7 +23,7 @@ script:
23
- jdk_switcher use openjdk8
24
- ./consul agent -server -bootstrap -advertise=127.0.0.1 -data-dir /tmp/consul -config-file=./config.json 1>/dev/null &
25
- ./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
+ - ./script/travis_start_zk.sh
27
- ./memo/bin/memo kvs run kvs --allow-root-creation --grpc localhost:9000 >/dev/null 2>&1 &
28
- script/validate-gofmt
29
- go vet ./...
0 commit comments