ooni-probe-cli/.travis.yml
2018-09-06 16:15:06 +02:00

12 lines
154 B
YAML

language: go
go:
- 1.9.x
- 1.x
install:
- go get -u github.com/golang/dep/...
- dep ensure
- make update-mk-libs
script:
- make test-internal