go-http-tunnel/.travis.yml
Sergey Mudrik d080bf2ffa Changed travis.yml Go version to 1.x
For always match current stable Go version.
2017-10-14 15:51:01 +02:00

15 lines
136 B
YAML

language: go
go:
- 1.x
addons:
apt:
packages:
- moreutils
install:
- make get-tools
- make get-deps
script:
- make