1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Initial travis config

This commit is contained in:
downtownallday 2020-06-02 10:40:27 -04:00
parent e41370948b
commit c77f4ec37d

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
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