.travis.yml 387 Bytes
Newer Older
Steven Allen's avatar
Steven Allen committed
1 2 3 4 5 6
os:
  - linux

language: go

go:
Steven Allen's avatar
Steven Allen committed
7
  - 1.13.x
Steven Allen's avatar
Steven Allen committed
8

9 10 11 12 13 14 15 16
env:
  global:
    - GOTFLAGS="-race"
  matrix:
    - BUILD_DEPTYPE=gomod


# disable travis install
Steven Allen's avatar
Steven Allen committed
17
install:
18
  - true
Steven Allen's avatar
Steven Allen committed
19 20 21 22

script:
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)

23

Steven Allen's avatar
Steven Allen committed
24
cache:
25 26 27
  directories:
    - $GOPATH/pkg/mod
    - $HOME/.cache/go-build
Steven Allen's avatar
Steven Allen committed
28 29 30

notifications:
  email: false