Skip to content

Commit

Permalink
Merge pull request #16 from guneysus/feature/travisci-integration
Browse files Browse the repository at this point in the history
TravisCI Integration
  • Loading branch information
gencebay authored Mar 7, 2019
2 parents d61c5c9 + 55bd214 commit f8daed4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ env:
- GOARCH=amd64
- GO_FOR_RELEASE=1.11
- GO111MODULE=on

before_install:
- go get github.com/mitchellh/gox

script:
- go build
- go get -t -v
- gox -os="linux darwin windows" -arch="amd64" -verbose
- gox -os="linux darwin windows" -arch="386" -verbose

before_deploy:
- git config --local user.name "gencebay"
- git config --local user.email "[email protected]"
Expand All @@ -22,7 +29,9 @@ deploy:
provider: releases
api_key:
secure: ixQPehGZq0hYS+yipgl9bfrhekNAs4isn2hpT7ab3fAuIF0O+5JAlso1+1MfH5Pct0MZ2p72lu8tVJ+AdfLcaNGxdPC71Xv/eWmHheUWIzm3gj9Pe4GFvuxITqOY71I1RS4rMJeZTKdQ8EtN2+hcwdkaNRhVbzZO7pat3ewIiWsbLsao53r9yh6uT+coIY9JSXg10Srdtf2Xfxcd/KqFbMrpGLRWaF7bsfdELbNEfHgjUWvsWolXvm99F9z94pxtaPBG6+0hxPt9j6X5hUTia4F/xuNDXGi+9Brw67CQARzqIxjdDfgqCkK9wr+/oYcbnccymAy53Td0nMGbuhxbVTlyq8MJhDA0aIHn9ly/raastOScXZVgmIhigl9Mj/gP3nZDUfcRUyU1VpVlphOzVSGh20kiBoELGYnr8nwBElI27Jb9kPx5OoUsqU8SUOJ00CLu+71NlfFSLKWMIqrGEPA2oDEEg0XOgstsY1PAK0Dqc4/tfxZs+59Q7/IP/7mJVtDPw0602F66+CoIEedfKCwgLvNusPqPz5zr+HbKlQb7RY5zHF8wmIo7qWxKO8leR/8zdKfua662xiPbAcUIOcM+tgbnfPrEiCGRTRccpmIb4MTKCJb1SUyo2yA9U/gbuJllTb+nuJ4RZyv/du0A8mldUR0PsF8E71lI07bTIUo=
file: httplive
file_glob: true
file:
- "httplive_*"
skip_cleanup: true
on:
repo: gencebay/httplive

0 comments on commit f8daed4

Please sign in to comment.