summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c94088..56aafcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: go
go:
-- 1.8
+- "1.12"
+- "1.13"
- tip
os:
- linux
@@ -17,7 +18,7 @@ script:
jobs:
include:
- stage: deploy
- go: 1.8
+ go: "1.13"
install:
- gem install fpm
script:
@@ -27,7 +28,7 @@ jobs:
--vendor "David Anderson <[email protected]>"
--maintainer "David Anderson <[email protected]>"
--description "TLS SNI router"
- --url "https://github.com/google/tlsrouter"
+ --url "https://github.com/inetaf/tcpproxy/tree/master/cmd/tlsrouter"
./tlsrouter=/usr/bin/tlsrouter
./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
deploy: