571bc7f63a
* Update Travis to run integration tests
6 lines
59 B
YAML
6 lines
59 B
YAML
language: go
|
|
go:
|
|
- 1.9
|
|
script:
|
|
- go test -v ./core/...
|