language: go

go:
  - 1.5
  - 1.6
  - 1.7

install:
  - make deps

script:
  - make test

sudo: false