language: go

go:
  - 1.6.2

sudo: false

before_script:
  - go get -u github.com/blend/go-sdk/assert
  - go get ./...

script:
  - go test ./...