.travis.yml 404 Bytes
Newer Older
Steven Allen's avatar
Steven Allen committed
1
sudo: required
Jakub Sztandera's avatar
Jakub Sztandera committed
2

Jeromy's avatar
Jeromy committed
3 4 5 6 7 8
os:
  - linux

language: go

go:
hannahhoward's avatar
hannahhoward committed
9
  - 1.11.x
Jeromy's avatar
Jeromy committed
10

11
install:
Jeromy's avatar
Jeromy committed
12 13 14
  - make deps

script:
Steven Allen's avatar
Steven Allen committed
15
  - sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
16
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
Jeromy's avatar
Jeromy committed
17 18 19 20 21 22 23

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false