Merge pull request #277 from philtay/master

Add Go 1.6 and use container-based infrastructure
pull/284/head
Ernesto Jiménez 2016-02-21 10:44:43 +00:00
commit 1f4a1643a5
1 changed files with 3 additions and 1 deletions

View File

@ -1,13 +1,15 @@
language: go
sudo: false
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
script:
- go test -v ./...