From 87459a09c357c1fd4be9f5d3b1744b1e66a83592 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Thu, 7 Apr 2016 14:37:09 -0700 Subject: [PATCH] Don't need to build the toolchain either --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c864978..277ec2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ before_deploy: - export OS_TARGETS="linux darwin windows" - export ARCH_TARGETS="386 amd64" - go get github.com/mitchellh/gox -- gox -os "$OS_TARGETS" -arch="$ARCH_TARGETS" -build-toolchain - gox -os "$OS_TARGETS" -arch="$ARCH_TARGETS" deploy: skip_cleanup: true