Circle CI

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie 2015-03-04 14:34:26 -08:00
parent 4e22b7b1f7
commit e718ea9d2a
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
test:
pre:
- $(which go) > .gopath
override:
- sudo -E go test ./...
- sudo -E $(cat .gopath) test ./...