Browse Source

Circle CI

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 years ago
parent
commit
e718ea9d2a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      libnetwork/circle.yml

+ 3 - 1
libnetwork/circle.yml

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