1language: go
2
3go:
4    - 1.7
5    - tip
6
7script:
8    - go test
9
10matrix:
11    allow_failures:
12        - go: tip
13