travis set -eux

This commit is contained in:
Olof hagsand 2020-11-30 16:22:48 +01:00
parent 76474ba151
commit a337955847
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ sudo nginx -c /etc/nginx/nginx.conf
# Start clixon
sudo useradd -M -U clicon;
sudo usermod -a -G clicon $(whoami); # start clixon tests as this users
sudo usermod -a -G clicon $(whoami); # start clixon tests as this users (travis)
sudo usermod -a -G clicon $wwwuser;
# This is a clixon site test file.

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eux
./configure --with-restconf=fcgi
make
sudo make install