Commit bc3b406b authored by Péter Szilágyi's avatar Péter Szilágyi

travis: run CI builds against multiple Go versions

parent 2d7d7ef2
language: go language: go
go: go:
- 1.4.2 - 1.4.2
- 1.5.4
- 1.6.2
install: install:
# - go get code.google.com/p/go.tools/cmd/goimports # - go get code.google.com/p/go.tools/cmd/goimports
# - go get github.com/golang/lint/golint # - go get github.com/golang/lint/golint
# - go get golang.org/x/tools/cmd/vet # - go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
before_script: before_script:
# - gofmt -l -w . # - gofmt -l -w .
...@@ -24,6 +26,6 @@ notifications: ...@@ -24,6 +26,6 @@ notifications:
webhooks: webhooks:
urls: urls:
- https://webhooks.gitter.im/e/e09ccdce1048c5e03445 - https://webhooks.gitter.im/e/e09ccdce1048c5e03445
on_success: change on_success: change
on_failure: always on_failure: always
on_start: false on_start: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment