.travis.yml 224 Bytes
Newer Older
George Antoniadis's avatar
George Antoniadis committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
os:
  - linux
  - osx

language: go

go:
    - 1.5.2

env:
    - GO15VENDOREXPERIMENT=1

install: true

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

cache:
    directories:
        - $GOPATH/src/gx

notifications:
  email: false