From 682b7dc33810d5b91e18963e3506820a4b73bcb9 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 2 Aug 2016 16:38:13 -0700 Subject: [PATCH] Update .travis.yml No longer need to build tool chain before using gox --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e716dd3..651308a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ .