Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
No longer need to build tool chain before using gox
  • Loading branch information
paulmey authored Aug 2, 2016
1 parent bdbd87a commit 682b7dc
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 @@ -25,7 +25,6 @@ script:

before_deploy:
- go get github.com/mitchellh/gox
- gox -os="windows linux darwin" -arch="amd64" -build-toolchain
- gox -arch="amd64" -os="windows linux darwin" -output "dist/{{.OS}}-{{.Arch}}/{{.Dir}}" ./packer/...
- zip -j packer-azure-windows-amd64-${TRAVIS_TAG}.zip ./dist/windows-amd64/*
- tar -cvzf packer-azure-linux-amd64-${TRAVIS_TAG}.tar.gz -C dist/linux-amd64/ .
Expand Down

0 comments on commit 682b7dc

Please sign in to comment.