Merge pull request #122 from matthiasr/travis-migrate

update travis
This commit is contained in:
Matthias Rampke 2015-09-26 18:31:21 +02:00
commit a942e719c8
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 ./...