Fix Travis build

This commit is contained in:
Vytautas Šaltenis 2017-10-15 21:18:22 +03:00
parent 4431afc818
commit 2a3e10a69d

View File

@ -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 ./...