mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-13 22:46:44 +01:00
16 lines
166 B
YAML
16 lines
166 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
|
|
env:
|
|
- TRAVIS_GOARCH=amd64
|
|
- TRAVIS_GOARCH=386
|
|
|
|
before_install:
|
|
- export GOARCH=$TRAVIS_GOARCH
|
|
|
|
branches:
|
|
only:
|
|
- master |