mirror of https://github.com/docker/docs.git
commit
51fc58a9eb
|
@ -0,0 +1,4 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.3
|
||||||
|
script: script/test
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
GOPATH=`pwd`/Godep/_workspace:$GOPATH go test -v ./...
|
Loading…
Reference in New Issue