Doh
This commit is contained in:
parent
1a16d900a0
commit
299695a955
14
.travis.yml
14
.travis.yml
|
|
@ -5,16 +5,16 @@ sudo: false
|
||||||
install:
|
install:
|
||||||
- export GOPATH_FIRST="${GOPATH%%:*}"
|
- export GOPATH_FIRST="${GOPATH%%:*}"
|
||||||
- >
|
- >
|
||||||
git clone
|
git clone \
|
||||||
--depth 1
|
--depth 1 \
|
||||||
https://github.com/tianon/markdownfmt.git
|
https://github.com/tianon/markdownfmt.git \
|
||||||
"$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt"
|
"$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")"
|
- export BLACKFRIDAY_VERSION="$(awk '$1 == "ENV" && $2 == "BLACKFRIDAY_VERSION" { print $3; exit }' "$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt/Dockerfile")"
|
||||||
- >
|
- >
|
||||||
git clone
|
git clone \
|
||||||
--depth 1
|
--depth 1 \
|
||||||
-b "$BLACKFRIDAY_VERSION"
|
-b "$BLACKFRIDAY_VERSION" \
|
||||||
https://github.com/russross/blackfriday.git
|
https://github.com/russross/blackfriday.git \
|
||||||
"$GOPATH_FIRST/src/github.com/russross/blackfriday"
|
"$GOPATH_FIRST/src/github.com/russross/blackfriday"
|
||||||
- go get -v github.com/shurcooL/markdownfmt
|
- go get -v github.com/shurcooL/markdownfmt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue