Skip to content

Commit f5f53a6

Browse files
committed
Print detailed dir listing for travis scripts before calling Docker
1 parent 69a4b0e commit f5f53a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ before_install:
1111
# - BUILD_TYPE=Debug
1212

1313
script:
14-
- dir $TRAVIS_BUILD_DIR
14+
- dir -l $TRAVIS_BUILD_DIR/tests/travis
1515
- docker run -v $TRAVIS_BUILD_DIR:/pdalc -t simverge/pdalc-build-deps:alpine /pdalc/tests/travis/script.sh

0 commit comments

Comments
 (0)