We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85673fe commit a74c503Copy full SHA for a74c503
1 file changed
.travis.yml
@@ -1,6 +1,9 @@
1
language: go
2
go:
3
- 1.6
4
+script:
5
+- go test -v ./...
6
+- go build -o dns-over-https-proxy .
7
deploy:
8
skip_cleanup: true
9
provider: releases
0 commit comments