.travis.yml 253 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:
Herman Junge's avatar
Herman Junge committed
10
    - 1.8
11
    - 1.9
George Antoniadis's avatar
George Antoniadis committed
12 13 14 15

install: true

script:
Jeromy's avatar
Jeromy committed
16
  - ulimit -n 2048
George Antoniadis's avatar
George Antoniadis committed
17
  - make deps
18
  - go vet
George Antoniadis's avatar
George Antoniadis committed
19 20 21 22 23 24 25
  - go test ./...

cache:
    directories:
        - $GOPATH/src/gx

notifications:
26
  email: false