chromedp/.travis.yml
Daniel Martí 5fb1c07412 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.
2019-04-01 12:18:16 +01:00

12 lines
94 B
YAML

language: go
go:
- 1.12.x
addons:
apt:
chrome: stable
script:
- go test -v ./...