Skip to content

Commit 3e92222

Browse files
authored
Merge pull request #20 from src-d/bzz-patch-ci
ci: fix integration test
2 parents 9c2c911 + a078ee9 commit 3e92222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
script:
3737
- curl https://raw.githubusercontent.com/src-d/lookout-sdk/master/_tools/install-lookout-latest.sh | bash
3838
- (./build/lookout-gometalint-analyzer_linux_amd64/gometalint-analyzer 2>&1 | tee -a analyzer.log)&
39-
- ./lookout-sdk review -v "ipv4://localhost:2001" --from="86466b69281ca6bdcbc55413014ddb5a5ac4ce50" --to="a044e568d6b3bd6bf5ecf49fdd8c170de53fcb73"
39+
- ./lookout-sdk review --log-level=debug "ipv4://localhost:2001" --from="86466b69281ca6bdcbc55413014ddb5a5ac4ce50" --to="a044e568d6b3bd6bf5ecf49fdd8c170de53fcb73"
4040

4141
- name: 'Check deps'
4242
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ With `lookout-sdk` binary from the latest release of [SDK](https://github.com/sr
4343
```
4444
$ lookout-gometalint
4545
46-
$ lookout-sdk review -v ipv4://localhost:2001 \
46+
$ lookout-sdk review --log-level=debug ipv4://localhost:2001 \
4747
--from c99dcdff172f1cb5505603a45d054998cb4dd606 \
4848
--to 3a9d78bdd1139c929903885ecb8f811931b8aa70
4949
```

0 commit comments

Comments
 (0)