mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Using godeps
This commit is contained in:
17
Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml
generated
vendored
Normal file
17
Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
|
||||
install:
|
||||
- go get -d -t -v ./...
|
||||
- go build -v ./...
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
Reference in New Issue
Block a user