summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-01-31 02:06:25 -0800
committerDavid Anderson <[email protected]>2017-01-31 02:06:25 -0800
commit73ee2e798a4464ed94b947b5a6b6a8425b37f99e (patch)
tree53b098558080cd34294f2a586065967e16144098
parentcbd4ea6ea39c80d520d75e3e1cb140b55d6220fc (diff)
Attempt a packagecloud push.
-rw-r--r--.travis.yml34
1 files changed, 22 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index adf3dd6..82efe6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,28 @@
language: go
go_import_path: go.universe.tf/tlsrouter
go:
- - 1.6
- - 1.7
- - tip
+- 1.6
+- 1.7
+- tip
os:
- - linux
+- linux
install:
- - gem install fpm
- - go get github.com/golang/lint/golint
-before_script:
+- gem install fpm
+- go get github.com/golang/lint/golint
+before_script:
script:
- - go build .
- - go test .
- - go vet .
- - golint .
- - fpm -s dir -t deb -n tlsrouter -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor "David Anderson <[email protected]>" --maintainer "David Anderson <[email protected]>" --description "TLS SNI router" --url "https://github.com/google/tlsrouter" ./tlsrouter=/usr/bin/tlsrouter ./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
+- go build .
+- go test .
+- go vet .
+- golint .
+- fpm -s dir -t deb -n tlsrouter -v $(date '+%Y%m%d%H%M%S') --license Apache2 --vendor
+ "David Anderson <[email protected]>" --maintainer "David Anderson <[email protected]>"
+ --description "TLS SNI router" --url "https://github.com/google/tlsrouter" ./tlsrouter=/usr/bin/tlsrouter
+ ./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
+deploy:
+ provider: packagecloud
+ repository: tlsrouter
+ username: danderson
+ dist: debian/stretch
+ token:
+ secure: gNU3o70EU4oYeIS6pr0K5oLMGqqxrcf41EOv6c/YoHPVdV6Cx4j9NW0/ISgu6a1/Xf2NgWKT5BWwLpAuhmGdALuOz1Ah//YBWd9N8mGHGaC6RpOPDU8/9NkQdBEmjEH9sgX4PNOh1KQ7d7O0OH0g8RqJlJa0MkUYbTtN6KJ29oiUXxKmZM4D/iWB8VonKOnrtx1NwQL8jL8imZyEV/1fknhDwumz2iKeU1le4Neq9zkxwICMLUonmgphlrp+SDb1EOoHxT6cn51bqBQtQUplfC4dN4OQU/CPqE9E1N1noibvN29YA93qfcrjD3I95KT9wzq+3B6he33+kb0Gz+Cj5ypGy4P85l7TuX4CtQg0U3NAlJCk32IfsdjK+o47pdmADij9IIb9yKt+g99FMERkJJY5EInqEsxHlW/vNF5OqQCmpiHstZL4R2XaHEsWh6j77npnjjC1Aea8xZTWr8PTsbSzVkbG7bTmFpZoPH8eEmr4GNuw5gnbi6D1AJDjcA+UdY9s5qZNpzuWOqfhOFxL+zUW+8sHBvcoFw3R+pwHECs2LCL1c0xAC1LtNUnmW/gnwHavtvKkzErjR1P8Xl7obCbeChJjp+b/BcFYlNACldZcuzBAPyPwIdlWVyUonL4bm63upfMEEShiAIDDJ21y7fjsQK7CfPA7g25bpyo+hV8=