delve/.travis.yml
2018-05-23 13:59:45 -07:00

20 lines
253 B
YAML

language: go
sudo: required
os:
- linux
- osx
go:
- tip
- 1.10.x
- 1.9.x
- 1.8.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