Skip to content

Commit

Permalink
Merge branch 'master' into 306-p2p-halt
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Nov 14, 2024
2 parents 4b14aa4 + 5fbb56a commit 8751b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- gcov2lcov -infile=internal.out -outfile=internal.info
- gcov2lcov -infile=node.out -outfile=node.info
- gcov2lcov -infile=p2p.out -outfile=p2p.info
- golangci-lint run --timeout=2m ./...
- golangci-lint run --timeout=4m ./...
after_success:
- coveralls-lcov --repo-token "$COVERALLS_REPO_TOKEN" --service-name travis-pro coverage.info

Expand Down

0 comments on commit 8751b43

Please sign in to comment.