diff --git a/.travis.yml b/.travis.yml index 959f10c94..9b2f80b3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,16 @@ sudo: false install: - export GOPATH_FIRST="${GOPATH%%:*}" - > - git clone - --depth 1 - https://github.com/tianon/markdownfmt.git + git clone \ + --depth 1 \ + https://github.com/tianon/markdownfmt.git \ "$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt" - export BLACKFRIDAY_VERSION="$(awk '$1 == "ENV" && $2 == "BLACKFRIDAY_VERSION" { print $3; exit }' "$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt/Dockerfile")" - > - git clone - --depth 1 - -b "$BLACKFRIDAY_VERSION" - https://github.com/russross/blackfriday.git + git clone \ + --depth 1 \ + -b "$BLACKFRIDAY_VERSION" \ + https://github.com/russross/blackfriday.git \ "$GOPATH_FIRST/src/github.com/russross/blackfriday" - go get -v github.com/shurcooL/markdownfmt