10 lines
203 B
YAML
10 lines
203 B
YAML
dist: bionic
|
|
language: bash
|
|
env:
|
|
- DOKKU_VERSION=master
|
|
- DOKKU_VERSION=v0.19.0
|
|
install: make setup
|
|
before_script: sudo sysctl -w vm.max_map_count=262144
|
|
script: make test
|
|
after_failure: make report
|