.travis.yml 150 Bytes
Newer Older
Kevin Atkinson's avatar
Kevin Atkinson committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
os:
  - linux

language: go

go:
    - 1.9.x

script:
  - make build

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false