vikunja-api/vendor/github.com/labstack/echo/.travis.yml

16 lines
207 B
YAML
Raw Normal View History

2018-07-24 14:06:03 +02:00
language: go
go:
2018-11-03 16:05:45 +01:00
- 1.9.x
- 1.10.x
- 1.11.x
- tip
2018-07-24 14:06:03 +02:00
install:
2018-11-03 16:05:45 +01:00
- make dependency
2018-07-24 14:06:03 +02:00
script:
2018-11-03 16:05:45 +01:00
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
2018-07-24 14:06:03 +02:00
matrix:
allow_failures:
- go: tip