ooni-probe-cli/.travis.yml
2018-09-07 14:00:53 +02:00

13 lines
144 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