Skip to content

Commit

Permalink
add circleci support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed May 30, 2015
1 parent 5d43ebb commit b4aea8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
environment:
TEST_NO_FUSE: 1
TEST_VERBOSE: 1
TRAVIS: 1

dependency:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0

test:
override:
- make test_go_expensive
- make test_sharness_expensive

0 comments on commit b4aea8b

Please sign in to comment.