Skip to content

Commit d1e5923

Browse files
get file listing of root of Travis container
1 parent 9216ba4 commit d1e5923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis-ci/install-nginx2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ sudo $TRAVIS_BUILD_DIR/install-ngxblocker -h 2>&1
7070
sudo $TRAVIS_BUILD_DIR/install-ngxblocker -x 2>&1
7171
ls -la $TRAVIS_BUILD_DIR
7272
ls -la /etc/nginx
73-
ls -la /etc/nginx/conf.d
73+
ls -la /etc/nginx/conf.d
74+
cd /
75+
ls -la

0 commit comments

Comments
 (0)