feat: update travis setup

- Use ubuntu bionic
- Upgrade tested version of dokku
This commit is contained in:
Jose Diaz-Gonzalez
2020-03-20 10:58:25 -04:00
parent d6df977b40
commit 562d75e6d7

View File

@@ -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