diff --git a/.travis.yml b/.travis.yml index f9c9a777..84af83ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,22 +7,22 @@ dist: trusty matrix: include: - - go: 1.14.x + - go: 1.15.x env: - TESTS=true - USE_DEP=true - COVERAGE=true - - go: 1.14.x + - go: 1.15.x env: - USE_DEP=true - CROSSDOCK=true - - go: 1.14.x + - go: 1.15.x env: - TESTS=true - USE_DEP=false - USE_GLIDE=true # test with previous version of Go - - go: 1.13.x + - go: 1.14.x env: - TESTS=true - USE_DEP=true