aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtravis/setup-webserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh
index d2ee42f862..ad63508ca6 100755
--- a/travis/setup-webserver.sh
+++ b/travis/setup-webserver.sh
@@ -46,7 +46,7 @@ server {
include fastcgi_params;
}
}
-" | sudo tee $NGINX_CONF
+" | sudo tee $NGINX_CONF > /dev/null
# Start daemons
sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"