2017-02-09 15:01:40 +00:00
|
|
|
language: go
|
|
|
|
go:
|
2018-03-02 02:02:06 +00:00
|
|
|
- 1.10.x
|
2017-02-09 15:01:40 +00:00
|
|
|
- tip
|
2017-05-24 03:02:32 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
2017-12-18 00:11:42 +00:00
|
|
|
chrome: stable
|
2017-02-09 15:27:15 +00:00
|
|
|
before_install:
|
2018-05-26 07:05:58 +00:00
|
|
|
- go get github.com/mattn/goveralls golang.org/x/vgo
|
2017-02-09 15:27:15 +00:00
|
|
|
script:
|
2017-12-18 00:11:42 +00:00
|
|
|
- export CHROMEDP_TEST_RUNNER=google-chrome-stable
|
|
|
|
- export CHROMEDP_DISABLE_GPU=true
|
2018-05-26 07:05:58 +00:00
|
|
|
- vgo test -v -coverprofile=coverage.out
|
2017-02-09 15:01:40 +00:00
|
|
|
- goveralls -service=travis-ci -coverprofile=coverage.out
|