.travis.yml 431 Bytes
Newer Older
1 2
os:
  - linux
Steven Allen's avatar
Steven Allen committed
3

4
language: go
5

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

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


# disable travis install
install:
  - true
Steven Allen's avatar
Steven Allen committed
20

21
script:
Steven Allen's avatar
Steven Allen committed
22 23
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)

24 25 26 27

cache:
  directories:
    - $GOPATH/src/gx
28 29
    - $GOPATH/pkg/mod
    - $HOME/.cache/go-build
30 31

notifications:
Steven Allen's avatar
Steven Allen committed
32
  email: false