language: go

go:
  - 1.6
# We shouldn't need to install anything because we use vendoring.
install:
- echo "Don't run anything."

# Run unit tests and linters.
script: ./test.sh