diff --git a/.travis.yml b/.travis.yml index 812a515..7307069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -dist: trusty +dist: bionic language: bash env: - DOKKU_VERSION=master - - DOKKU_VERSION=v0.17.0 + - DOKKU_VERSION=v0.19.0 install: make setup before_script: sudo sysctl -w vm.max_map_count=262144 script: make test