delve/vendor/github.com/google/go-dap/.travis.yml
Eli Bendersky 347777295d
service/dap: pull in newer version of google/go-dap (#2167)
Pulls in v0.3.0 of google/go-dap; this version has some fixes and API
improvements which service/dap will be able to leverage to clean up some
code.
2020-09-15 14:43:13 -07:00

17 lines
334 B
YAML

# For Travis to run this for pending PRs and pushes to the master branch, make
# sure to add a Webhook in the Github repository Settings to send all events to
# https://notify.travis-ci.org
language: go
go:
- 1.13.x
- 1.14.x
env:
global:
- GOPROXY=https://proxy.golang.org
- GO111MODULE=on
script:
- 'internal/test.sh'