diff --git a/test/travis/before_script.sh b/test/travis/before_script.sh index 550a7bbc..73e4a1e4 100755 --- a/test/travis/before_script.sh +++ b/test/travis/before_script.sh @@ -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. diff --git a/test/travis/script.sh b/test/travis/script.sh index 29af0802..1b578981 100755 --- a/test/travis/script.sh +++ b/test/travis/script.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -eux ./configure --with-restconf=fcgi make sudo make install