Merge pull request #39 from mammothbane/travis

switch travis builds to recommended container-based infrastructure
This commit is contained in:
Fatih Arslan 2015-11-21 20:16:45 +02:00
commit d2e1722aca

View File

@ -1,5 +1,6 @@
language: go language: go
go: 1.5 go: 1.5
sudo: false
before_install: before_install:
- go get github.com/axw/gocov/gocov - go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls