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

Run setup and tests under sudo

This commit is contained in:
downtownallday 2020-06-02 10:44:05 -04:00
parent c77f4ec37d
commit f0835acf9d

View File

@ -12,7 +12,7 @@ before_install:
- sudo apt-get update - sudo apt-get update
install: install:
- ./setup/start.sh - sudo ./setup/start.sh
script: script:
- ./tests/runner.sh - sudo ./tests/runner.sh