.travis.yml 290 Bytes
Newer Older
1 2 3 4
os:
  - linux
  - osx

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

7 8 9
language: go

go:
Steven Allen's avatar
Steven Allen committed
10
    - 1.11.x
11

12
install:
13 14 15
  - make deps

script:
16
  - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
17 18 19 20 21 22 23

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false