diff --git a/.travis.yml b/.travis.yml index 6c9d0eb..ea92d04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - 1.3 - - 1.4 + - 1.7 + - 1.8 + - 1.9 - tip -install: go get -v ./... -script: go test -v --bench=. ./... +script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib