Skip to content

Commit

Permalink
travis: remove traces and use travis_wait in ARM build (#20296)
Browse files Browse the repository at this point in the history
* travis: remove debug traces

* travis: Add travis_wait to the test run

* travis: increase travis_wait time
  • Loading branch information
gballet authored and karalabe committed Nov 18, 2019
1 parent 6894864 commit 11d09fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
dist: xenial
go: 1.13.x
script:
- cat /proc/cpuinfo
- free -h
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES

- stage: build
os: osx
Expand Down

0 comments on commit 11d09fd

Please sign in to comment.