.travis.yml 243 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:
George Antoniadis's avatar
George Antoniadis committed
10
    - 1.7
George Antoniadis's avatar
George Antoniadis committed
11 12 13 14

install: true

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

cache:
    directories:
        - $GOPATH/src/gx

notifications:
25
  email: false