.travis.yml 326 Bytes
Newer Older
1 2
sudo: false

Steven Allen's avatar
Steven Allen committed
3

4 5
language: go
go:
Steven Allen's avatar
Steven Allen committed
6 7 8 9 10
  - 1.11.x

before_install:
  - make deps

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

14 15 16 17 18 19 20 21
after_success:
  - bash <(curl -s https://codecov.io/bash)

cache:
  directories:
    - $GOPATH/src/gx

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