voicera/tester

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: go

go:
  - 1.5
  - 1.6
  - 1.7
  - 1.8
  - 1.9
  - "1.10"
  - 1.11

env: GO15VENDOREXPERIMENT=1
script: go test -v ./...