github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/circle.yml (about)

     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