update travis

* use new Travis infrastructure
* specify Go versions (1.4.3, 1.5.1, tip)
* bypass the makefile to really build with all versions
This commit is contained in:
Matthias Rampke 2015-09-26 17:29:24 +02:00
parent 7940efe157
commit 011ae2db3f
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
sudo: false
language: go
go:
- 1.4.3
- 1.5.1
- tip
install:
- go get -d
script:
- make test
- go test -v ./...