delve/.travis.yml

21 lines
286 B
YAML
Raw Normal View History

2015-08-03 14:34:39 +00:00
language: go
sudo: required
2015-08-03 14:34:39 +00:00
os:
- linux
- osx
go:
- tip
- 1.12.x
- 1.11.x
2018-03-06 18:22:03 +00:00
- 1.10.x
2015-12-15 23:28:40 +00:00
matrix:
allow_failures:
- go: tip
before_install:
- export GOFLAGS=-mod=vendor
- if [ $TRAVIS_OS_NAME = "linux" ]; then sudo apt-get -qq update; sudo apt-get install -y dwz; fi