Parcourir la source

Add circle.yml

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie il y a 10 ans
Parent
commit
4e22b7b1f7
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      libnetwork/circle.yml

+ 4 - 0
libnetwork/circle.yml

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