1
0
Fork 0
mirror of https://github.com/Luzifer/elastic_cron.git synced 2024-11-08 13:50:04 +00:00
elastic_cron/vendor/gopkg.in/sohlich/elogrus.v3/.travis.yml
Knut Ahlers 9f3c6fbb02
Add dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-15 14:06:54 +02:00

23 lines
351 B
YAML

sudo: required
language: go
go:
- tip
notifications:
email: false
services:
- docker
before_script:
- sudo sysctl -w vm.max_map_count=262144
before_install:
- docker run -d -p 7777:9200 --name elk elasticsearch:alpine
- docker logs elk
- docker inspect elk
- travis_wait 5
install:
- go get -v ./...
- travis_wait 5