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 language: go
matrix:
include: go:
- go: 1.4 - 1.4
env: TOOLS_CMD=golang.org/x/tools/cmd - 1.5.3
- 1.6
env:
- TOOLS_CMD=golang.org/x/tools/cmd
install: install:
- go get ${TOOLS_CMD}/vet - go get ${TOOLS_CMD}/vet
script: script:
- ./test - ./test
notifications:
email: false