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

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

George Antoniadis's avatar
George Antoniadis committed
6 7
language: go

Jeromy's avatar
Jeromy committed
8 9 10
env:
    - IPFS_REUSEPORT=false

George Antoniadis's avatar
George Antoniadis committed
11
go:
12
    - 1.9.x
George Antoniadis's avatar
George Antoniadis committed
13

14
install:
George Antoniadis's avatar
George Antoniadis committed
15
  - make deps
16 17 18

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
19 20 21 22 23 24

cache:
    directories:
        - $GOPATH/src/gx

notifications:
25
  email: false