language: go
sudo: false

script: go test -v

go:
  - 1.2
  - 1.3
  - 1.4
  - tip