mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix Travis build
This commit is contained in:
parent
4431afc818
commit
2a3e10a69d
|
@ -10,6 +10,12 @@ go:
|
||||||
- 1.7
|
- 1.7
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- mkdir -p $GOPATH/src/github.com/russross/
|
||||||
|
- pushd $GOPATH/src/github.com/russross/
|
||||||
|
- git clone https://github.com/russross/blackfriday blackfriday.v2
|
||||||
|
- cd blackfriday.v2
|
||||||
|
- git checkout v2
|
||||||
|
- popd
|
||||||
- go get -d -t -v ./...
|
- go get -d -t -v ./...
|
||||||
- go build -v ./...
|
- go build -v ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user