diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-10-08 22:37:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 22:37:06 +0800 |
commit | 72a076840bea4a3258a3a8d9a7aeb750fcc2ac02 (patch) | |
tree | 0a5f253aea328a308033d64d24caae6a5a239121 /p2p | |
parent | 459278cd57a6188aea3991db3c7f83df70282ad8 (diff) | |
download | dexon-72a076840bea4a3258a3a8d9a7aeb750fcc2ac02.tar.gz dexon-72a076840bea4a3258a3a8d9a7aeb750fcc2ac02.tar.zst dexon-72a076840bea4a3258a3a8d9a7aeb750fcc2ac02.zip |
travis, build: speed up CI runs (#17854)
* travis: exclude non-test jobs for PRs
We don't usually look at these builders and not starting them
removes ~15min of build time.
* build: don't run vet before tests
Recent versions of Go run vet during 'go test' and we have
a dedicated lint job.
* build: use -timeout 5m for tests
Tests sometimes hang on Travis. CI runs are aborted after 10min with no
output. Adding the timeout means we get to see the stack trace for
timeouts.
Diffstat (limited to 'p2p')
0 files changed, 0 insertions, 0 deletions