1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-02 08:51:42 +02:00
echo/.travis.yml
Vishal Rana 9cee664439 Removed go1.8
Signed-off-by: Vishal Rana <vr@labstack.com>
2018-03-14 21:10:27 -07:00

15 lines
196 B
YAML

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