Update Travis CI script

This commit is contained in:
nxshock 2017-06-30 22:19:50 +05:00
parent a8d1b2dc4b
commit 63b46f05dd

View file

@ -1,7 +1,9 @@
language: go
go:
- 1.x
- 1.x
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- $HOME/gopath/bin/goveralls -service=travis-ci