From b4ef810cfa9b98e0392b53d2d7a939ec4e99d941 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Thu, 14 Nov 2019 17:05:53 +0100 Subject: [PATCH] travis: remove debug traces --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5366c691b7..c992451c4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,8 +47,6 @@ 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