diff --git a/.travis.yml b/.travis.yml index cdf79c64..ec12cad6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ git: depth: 3 install: - - go get golang.org/x/crypto/ssh/terminal - make install go_import_path: github.com/gin-gonic/gin diff --git a/Makefile b/Makefile index 9ba475a4..008a951e 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ deps: @hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ go get -u github.com/campoy/embedmd; \ fi + @go get -u golang.org/x/crypto/ssh/terminal embedmd: embedmd -d *.md