1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
mailinabox/.travis.yml
2020-06-02 10:40:27 -04:00

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