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

15 lines
199 B
YAML

# Due to MK dependencies only macOS development is supported
os: osx
language: go
go:
- 1.9.x
- 1.x
install:
- make install-dev-deps
- dep ensure
- make update-mk-libs
script:
- make test-internal