ooni-probe-cli/.travis.yml

15 lines
213 B
YAML
Raw Normal View History

2018-09-07 14:09:42 +02:00
# Due to MK dependencies only macOS development is supported
os: osx
2018-09-06 16:15:06 +02:00
language: go
go:
2018-09-07 14:00:53 +02:00
- 1.9.x
- 1.x
2018-09-06 16:15:06 +02:00
install:
2018-09-07 14:00:53 +02:00
- go get -u github.com/golang/dep/...
- dep ensure
- make update-mk-libs
2018-09-06 16:15:06 +02:00
script:
2018-09-07 14:00:53 +02:00
- make test-internal