diff --git a/.travis.yml b/.travis.yml index 6880d2e..9609d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.12.x - 1.13.x - - tip + - master os: - linux @@ -17,10 +17,10 @@ arch: matrix: fast_finish: true allow_failures: - - go: tip + - go: master exclude: - os: windows - go: tip + go: master - os: windows arch: arm64 - os: osx