diff --git a/.travis.yml b/.travis.yml index e263f95..28d2958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ dist: trusty language: bash env: - DOKKU_VERSION=master - - DOKKU_VERSION=v0.14.0 - - DOKKU_VERSION=v0.12.0 + - DOKKU_VERSION=v0.17.0 install: make setup script: make test after_failure: make report