ipld-eth-server/vendor/github.com/pressly/sup/.travis.yml

12 lines
93 B
YAML
Raw Normal View History

sudo: false
language: go
go:
- 1.9
- tip
install:
- make build
script:
- make test