blob: d9492433931d9584143d500be6330aa9ed9695f4 [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001language: go
2
3sudo: false
4
5go:
6 - 1.9
7 - "1.10"
8 - "1.11"
9 - tip
10
11matrix:
12 allow_failures:
13 - go: 'tip'
14
15script:
16 - make ci-test