summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-07-02 14:46:05 -0700
committerDavid Anderson <[email protected]>2017-07-02 14:46:05 -0700
commit3eb49e9b3902de95b3c9f5729d51ca7f61f02e5a (patch)
tree0f7c2ea9e93dfff7c63c7c35a0531a582eff1e42 /.travis.yml
parentc58b44c4fc69a3602d751d679c69c07e6bcbe24a (diff)
Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e5c641..7d98c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,9 @@ install:
before_script:
script:
- go get -t .
-- go build .
-- go test .
-- go vet .
+- go build ./...
+- go test ./...
+- go vet ./...
- golint -set_exit_status .
jobs:
@@ -30,7 +30,7 @@ jobs:
--maintainer "David Anderson <[email protected]>"
--description "TLS SNI router"
--url "https://github.com/google/tlsrouter"
- ./tlsrouter=/usr/bin/tlsrouter
+ ./cmd/tlsrouter/tlsrouter=/usr/bin/tlsrouter
./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
deploy:
- provider: packagecloud