1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
echo/.travis.yml
2018-08-28 08:03:34 -07:00

16 lines
207 B
YAML

language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
install:
- make dependency
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
- go: tip