Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
-build-toolchainを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
hironobu-s committed Aug 31, 2017
1 parent 8105c4d commit f52497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ before_install:
- go get github.com/mitchellh/gox
- go get github.com/Sirupsen/logrus
- go get github.com/mitchellh/go-homedir
- gox -build-toolchain -osarch="darwin/amd64 linux/amd64 windows/amd64"
- gox -osarch="darwin/amd64 linux/amd64 windows/amd64"

script: make
deploy:
Expand Down

0 comments on commit f52497e

Please sign in to comment.