Skip to content

Commit

Permalink
remove build-toolchain from gox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Janssen committed Aug 25, 2015
1 parent 9acda96 commit 2ffb7ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ install:
- go get github.com/mitchellh/gox
script:
- go test -bench=. ./...
- gox -os="linux darwin freebsd" -arch="386 amd64 arm" -build-toolchain
- gox -os="linux darwin freebsd" -arch="386 amd64 arm" -ldflags "-X main.build_version ${TRAVIS_TAG:-'custom'} -X main.build_timestamp `date -u +%Y%m%d.%H%M%S`" -output="bin/myq_status.{{.OS}}-{{.Arch}}"
- tar cvzf myq_tools.tgz bin/*
- zip myq_tools.zip bin/*
Expand Down

0 comments on commit 2ffb7ac

Please sign in to comment.