Add dep
This commit is contained in:
18
vendor/gopkg.in/russross/blackfriday.v2/.travis.yml
generated
vendored
Normal file
18
vendor/gopkg.in/russross/blackfriday.v2/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# Travis CI (http://travis-ci.org/) is a continuous integration service for
|
||||
# open source projects. This file configures it to run unit tests for
|
||||
# blackfriday.
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
|
||||
install:
|
||||
- go get -d -t -v ./...
|
||||
- go build -v ./...
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
- go test -run=^$ -bench=BenchmarkReference -benchmem
|
Reference in New Issue
Block a user