nextcloud-spreed-signaling/.travis.yml
Joachim Bauch 7f92d105e5
Keep the continent map in the repository to avoid download on build.
Regularly check through CI cron job that it is the latest version.
2020-07-31 11:52:59 +02:00

29 lines
365 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- master
cache:
directories:
- vendor/
install:
- make godeps
- make dependencies
- if [[ "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check-continentmap; fi
script:
- make client
- make server
- travis_retry make test
- travis_retry make cover