2ef8e581b2
* fix travis * lint fixes * travis: enable tests * fix some tests, disable a broken eestream test for now
14 lines
137 B
YAML
14 lines
137 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.10.x
|
|
|
|
before_install:
|
|
- source scripts/travis-deps.sh
|
|
|
|
install:
|
|
- make build-dev-deps
|
|
|
|
script:
|
|
- make test
|