OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / spf13 / cast / .travis.yml
1 language: go
2 sudo: required
3 go:
4   - 1.7.5
5   - 1.8
6   - tip
7 os:
8   - linux
9 matrix:
10   allow_failures:
11     - go: tip
12   fast_finish: true
13 script:
14   - make check