Skip to content

Commit a74c503

Browse files
committed
Update travis config
1 parent 85673fe commit a74c503

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: go
22
go:
33
- 1.6
4+
script:
5+
- go test -v ./...
6+
- go build -o dns-over-https-proxy .
47
deploy:
58
skip_cleanup: true
69
provider: releases

0 commit comments

Comments
 (0)