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
downtownallday 6aeb449d65 Again
2020-06-02 11:35:58 -04:00

22 lines
369 B
YAML

# travisci config
env:
global:
- NONINTERACTIVE=1
- SKIP_NETWORK_CHECKS=1
- PRIMARY_HOSTNAME=box.abc.com
language: shell
os: linux
dist: bionic
before_install:
- echo "Mount the AppArmor filesystem"
- mount -tsecurityfs securityfs /sys/kernel/security
- sudo apt-get update
install:
- sudo ./setup/start.sh -v
script:
- sudo ./tests/runner.sh