mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
19 lines
243 B
YAML
19 lines
243 B
YAML
env:
|
|
global:
|
|
- NONINTERACTIVE=1
|
|
- PRIMARY_HOSTNAME=box.abc.com
|
|
|
|
language: shell
|
|
os: linux
|
|
dist: bionic
|
|
|
|
before_install:
|
|
- echo "Updating system"
|
|
- sudo apt-get update
|
|
|
|
install:
|
|
- ./setup/start.sh
|
|
|
|
script:
|
|
- ./tests/runner.sh
|