1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-02 08:51:42 +02:00
echo/.travis.yml
2017-07-07 10:22:05 -07:00

15 lines
195 B
YAML

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