Browse Source

Add circle.yml

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

+ 4 - 0
libnetwork/circle.yml

@@ -0,0 +1,4 @@
+test:
+    override:
+        - sudo -E go test ./...
+