diff --git a/.travis.yml b/.travis.yml index 7d70097..88070c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: go go: - - 1.7.5 - - 1.8.3 - 1.9 - - tip + - "1.10.x" + - "1.11.x" + - master matrix: allow_failures: - - go: tip + - go: master fast_finish: true before_script: