diff --git a/.travis.yml b/.travis.yml index 763aaa3..30f4526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: go go: - - 1.5.4 - - 1.6.3 + - 1.6.4 + - 1.7.5 + - 1.8 script: - - curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm > gpm + - curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm - chmod +x gpm - ./gpm install - ./test.sh sudo: false notifications: email: false -