summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/.travis.yml
blob: 73eef5490530eb5ee65bd2b54b9adb7769a42c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
sudo: false
go:
  - 1.7
  - 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=.