Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
where is my binary?
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanl committed Jun 7, 2015
1 parent 3a3dabf commit ce882ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ before_install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- "go get -d -v -t ./..."
- "go build -v ./..."
- "find $HOME/gopath/src/github.com/bryanl/docli"
- "go build github.com/bryanl/docli/cmd/docli"
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
deploy:
Expand All @@ -20,7 +19,7 @@ OXYEWONWZL+ufBfbTQPb4Ewk9oM965WR0G9Gbhbaks7sEELj35zxTD1pEOAiIw22Lk5fX0Md74CCa+LP
PyQelz7cTmp3AKa4sU78UtSio5qUuYPHF3nPVJDhtg1tK/tQplF9iCP0DrQlah8LGMfGGVvyC/JBm98euegXtld0/k5HWS0r2tta+TFLh6jwvd7bBMkDdH
Ml9yZvAz1k4z8Phy8YfUxXDk/NJ0FqLkk9j+6vemJAbBzNVLvwcYRaxogruG4QqEtxiYMtDdMMSEOEXpRB9DLNaItsj+uoam334KsDr30tDye4z6MKMqlT
wBtbwzJ/fk8NzpxDA06P3fSGP2AMLurdky+dVgohnOM/IC3yKMUV+SYvf8PezETk4GaJMND13xRfjh1Yjil3MPxnIIZz5NuxVNUwvzIg="
file: "$HOME/gopath/src/github.com/bryanl/docli/cmd/docli/docli"
file: "docli"
skip_cleanup: true
on:
repo: bryanl/docli
Expand Down

0 comments on commit ce882ce

Please sign in to comment.