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:
parent
e41370948b
commit
c77f4ec37d
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user