Skip to content

Commit 3e0d3d5

Browse files
remove set -e from shell script
1 parent 0f4e203 commit 3e0d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/install-nginx2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Travis CI Bash Script for Installing Nginx on Travis CI and Testing Configurations
33
# https://github.com/mitchellkrogza
44

5-
set -e
5+
#set -e
66
set -x
77

88
#DIR=$(realpath $(dirname "$0"))

0 commit comments

Comments
 (0)