1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-14 22:54:18 +01:00
dnscrypt-proxy/vendor/github.com/aead/poly1305/.travis.yml

16 lines
166 B
YAML
Raw Normal View History

language: go
go:
- 1.7
- 1.8
env:
- TRAVIS_GOARCH=amd64
- TRAVIS_GOARCH=386
before_install:
- export GOARCH=$TRAVIS_GOARCH
branches:
only:
- master