Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Removed gox until the before_deploy phase. (prebid#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller authored Aug 6, 2018
1 parent 9bba400 commit b78e286
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- go get github.com/mitchellh/gox

install:
- $GOPATH/bin/dep ensure
Expand All @@ -22,7 +21,6 @@ before_deploy:
- go get github.com/mitchellh/gox
- gox -os="linux" -arch="386" -output="{{.Dir}}_{{.OS}}_{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...;


deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit b78e286

Please sign in to comment.