@cryptotaxi247 / kubo / commits / 15d9a5cca

add circleci support

License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>

Juan Batiz-Benet committed May 21, 2015 at 00:12 UTC 15d9a5ccae8f523186d013b44c161b30b96c7aae
1 file changed +15
circle.yml new
+15
@@ -0,0 +1,15 @@
1 +machine:
2 + environment:
3 + TEST_NO_FUSE: 1
4 + TEST_VERBOSE: 1
5 + TRAVIS: 1
6 +
7 +dependencies:
8 + pre:
9 + # setup ipv6
10 + - sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
11 +
12 +test:
13 + override:
14 + - make test_go_expensive
15 + - make test_sharness_expensive