os: - linux sudo: false language: go env: - IPFS_REUSEPORT=false go: - 1.11.x install: true jobs: include: - stage: "build and test" name: "gx" script: - make deps - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) - name: "go mod" script: - export GO111MODULE=on - make mod_deps - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) cache: directories: - $GOPATH/pkg/mod - $GOPATH/src/gx notifications: email: false