Skip to content

Commit

Permalink
try upx compression
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Dec 1, 2016
1 parent ef9d165 commit e930e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: go
go:
- 1.7
addons:
apt:
packages:
- upx-ucl
before_install:
- go get github.com/mattn/goveralls
script:
- make release
- upx bin/dcos-auth-proxy
- $HOME/gopath/bin/goveralls -service=travis-ci
deploy:
provider: releases
Expand Down

0 comments on commit e930e57

Please sign in to comment.