Merge pull request #135 from achanda/travis

Tweak the travis file
This commit is contained in:
Stefan Junker 2016-02-25 23:00:00 +01:00
commit 67f6672414

View File

@ -1,14 +1,15 @@
language: go
matrix:
include:
- go: 1.4
env: TOOLS_CMD=golang.org/x/tools/cmd
go:
- 1.4
- 1.5.3
- 1.6
env:
- TOOLS_CMD=golang.org/x/tools/cmd
install:
- go get ${TOOLS_CMD}/vet
script:
- ./test
notifications:
email: false