diff options
Diffstat (limited to 'vendor/github.com/miekg/dns/.travis.yml')
| -rw-r--r-- | vendor/github.com/miekg/dns/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/miekg/dns/.travis.yml b/vendor/github.com/miekg/dns/.travis.yml new file mode 100644 index 0000000..bb8b8d4 --- /dev/null +++ b/vendor/github.com/miekg/dns/.travis.yml @@ -0,0 +1,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=. |
