summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/rsc/letsencrypt/vendor/github.com/miekg/dns/.travis.yml
blob: bb8b8d40b69b1c1bbc288f7689ceb1d71fc246e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
sudo: false
go:
  - 1.7.x
  - 1.8.x
  - tip

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=.