From 1929e88ad48ec77adb51d964d9e74088a82de4a6 Mon Sep 17 00:00:00 2001 From: Yoriki Yamaguchi Date: Tue, 21 Jun 2016 18:58:57 +0900 Subject: [PATCH] add golang.org/x/crypto/ssh/terminal --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f79139c..4d6540b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ install: - go get github.com/urfave/cli - go get github.com/ghodss/yaml - go get github.com/bitly/go-simplejson +- go get golang.org/x/crypto/ssh/terminal before_deploy: - go get -v github.com/mitchellh/gox - gox -output build/{{.OS}}_{{.Arch}}/{{.Dir}}