delve/.travis.yml
2019-02-26 08:52:13 -08:00

20 lines
255 B
YAML

language: go
sudo: required
os:
- linux
- osx
go:
- tip
- 1.12.x
- 1.11.x
- 1.10.x
matrix:
allow_failures:
- go: tip
before_install:
- if [ $TRAVIS_OS_NAME = "linux" ]; then sudo apt-get -qq update; sudo apt-get install -y dwz; fi