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

15 lines
196 B
YAML
Raw Normal View History

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