* use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versionspull/122/head
parent
7940efe157
commit
011ae2db3f
@ -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 ./... |
||||
|
||||
Loading…
Reference in new issue