diff --git a/.travis.yml b/.travis.yml index 5afd1f0..3cb92d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.6 - - tip + - 1.x + - master before_script: - go install ./...