.travis.yml 335 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 11
    - 1.8.x
    - 1.9.x
George Antoniadis's avatar
George Antoniadis committed
12 13 14

install: true

15
before_install:
George Antoniadis's avatar
George Antoniadis committed
16
  - make deps
17 18 19

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

cache:
    directories:
        - $GOPATH/src/gx

notifications:
26
  email: false