.travis.yml 281 Bytes
Newer Older
Kevin Atkinson's avatar
Kevin Atkinson committed
1 2 3
os:
  - linux

Kevin Atkinson's avatar
Kevin Atkinson committed
4 5
sudo: false

Kevin Atkinson's avatar
Kevin Atkinson committed
6 7 8 9 10
language: go

go:
    - 1.9.x

11
install:
12 13
  - make deps

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

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false