.travis.yml 222 Bytes
Newer Older
George Antoniadis's avatar
George Antoniadis committed
1 2 3 4 5 6 7
os:
  - linux
  - osx

language: go

go:
George Antoniadis's avatar
George Antoniadis committed
8
    - 1.7
George Antoniadis's avatar
George Antoniadis committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

env:
    - GO15VENDOREXPERIMENT=1

install: true

script:
  - make deps
  - go test ./...

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false