Skip to content

Commit

Permalink
travis set -eux
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Nov 30, 2020
1 parent 76474ba commit a337955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions test/travis/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eux
./configure --with-restconf=fcgi
make
sudo make install
Expand Down

0 comments on commit a337955

Please sign in to comment.