.travis.yml 301 Bytes
Newer Older
George Antoniadis's avatar
George Antoniadis committed
1 2 3 4 5
os:
  - linux

language: go

Jeromy's avatar
Jeromy committed
6 7 8
env:
    - IPFS_REUSEPORT=false

George Antoniadis's avatar
George Antoniadis committed
9
go:
10
    - 1.9.x
George Antoniadis's avatar
George Antoniadis committed
11

12
install:
George Antoniadis's avatar
George Antoniadis committed
13
  - make deps
14 15 16

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

cache:
    directories:
        - $GOPATH/src/gx

notifications:
23
  email: false