dnscrypt-proxy/vendor/github.com/aead/poly1305/.travis.yml

21 lines
253 B
YAML
Raw Normal View History

language: go
go:
2018-04-16 02:19:29 +02:00
- "1.8.x"
- "1.9.x"
- "1.10.x"
env:
- TRAVIS_GOARCH=amd64
- TRAVIS_GOARCH=386
before_install:
- export GOARCH=$TRAVIS_GOARCH
branches:
only:
2018-04-16 02:19:29 +02:00
- master
script:
- diff -au <(gofmt -d .) <(printf "")
- go test -v ./...