feat: update travis setup
- Use ubuntu bionic - Upgrade tested version of dokku
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
dist: trusty
|
dist: bionic
|
||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
- DOKKU_VERSION=master
|
- DOKKU_VERSION=master
|
||||||
- DOKKU_VERSION=v0.17.0
|
- DOKKU_VERSION=v0.19.0
|
||||||
install: make setup
|
install: make setup
|
||||||
before_script: sudo sysctl -w vm.max_map_count=262144
|
before_script: sudo sysctl -w vm.max_map_count=262144
|
||||||
script: make test
|
script: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user