dns/.travis.yml

14 lines
256 B
YAML
Raw Normal View History

2014-07-09 00:23:29 +10:00
language: go
sudo: false
2014-07-09 00:23:29 +10:00
go:
- 1.7
2017-05-02 01:26:13 +10:00
- 1.8
before_install:
# don't use the miekg/dns when testing forks
- mkdir -p $GOPATH/src/github.com/miekg
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/miekg/ || true
script:
- go test -race -v -bench=.