Added Travis CI config

This commit is contained in:
James Mills 2017-01-12 00:57:36 -08:00
parent 41d9f71b36
commit f89d20dac7
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 7 additions and 0 deletions

View File

@ -1 +1,8 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci