diff options
author | David Anderson <[email protected]> | 2017-07-05 16:46:42 -0700 |
---|---|---|
committer | David Anderson <[email protected]> | 2017-07-05 16:46:42 -0700 |
commit | f6af481b22698c9c27dd2f6af1881ea995c72046 (patch) | |
tree | 6a3517e6f2cf26122d93b9c1014486ec999b98e9 | |
parent | d7e343ee3d714651cbf09f4d77e56ad24f75eb33 (diff) |
Make Travis test all packages, and remove the go.universe.tf import path.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7c11683..e884a9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: go -go_import_path: go.universe.tf/tcpproxy go: - 1.7 - 1.8 @@ -23,7 +22,7 @@ jobs: install: - gem install fpm script: - - go build . + - go build ./cmd/tlsrouter - fpm -s dir -t deb -n tlsrouter -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor "David Anderson <[email protected]>" |