.travis.yml (92B)
1 language: go 2 go: 3 - "1.9" 4 - "1.10" 5 - "master" 6 matrix: 7 allow_failures: 8 - go: "master"