.travis.yml 275 Bytes
Newer Older
Kevin Atkinson's avatar
Kevin Atkinson committed
1 2 3 4 5 6 7 8
os:
  - linux

language: go

go:
    - 1.9.x

9 10 11
before_install:
  - make deps

Kevin Atkinson's avatar
Kevin Atkinson committed
12
script:
13
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
Kevin Atkinson's avatar
Kevin Atkinson committed
14 15 16 17 18 19 20

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false