From 5fb1c074124226f48e324d7d2e91f8455c1aed4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 21 Mar 2019 14:39:22 +0000 Subject: [PATCH] start running the tests on CI again Now that they're both faster and more reliable than before the refactor. On my laptop, 'go test' now consistently takes ~10s, and I haven't found any flakes in the past couple of days. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cc2433..5ab9350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,9 @@ language: go go: - 1.12.x +addons: + apt: + chrome: stable + script: - - true + - go test -v ./...