diff --git a/.travis.yml b/.travis.yml index 9b3f5cc..564728a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ go_import_path: github.com/kardianos/service sudo: required go: - - 1.6 - - tip + - 1.6.x + - 1.7.x + - 1.8.x + - 1.9.x + - master before_install: - go get github.com/mattn/goveralls