Skip to content

Commit 976110e

Browse files
committed
pkp/pkp-lib#8099 Submodule update ##jonasraoni/feature/main/8099-drop-deprecated-mysql-driver##
1 parent f84fb02 commit 976110e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,12 @@ jobs:
144144
script:
145145
- source ./lib/pkp/tools/travis/prepare-tests.sh
146146
- ./lib/pkp/tools/travis/run-tests.sh
147+
- tail -n 300 error.log
147148

148149
after_failure:
150+
- tail -n 200 error.log
149151
- sudo apt-get install sharutils
150152
- tar cz cypress/screenshots | uuencode /dev/stdout
151153

152-
after_script:
153-
- tail -n 200 error.log
154+
after_success:
155+
- cat error.log

0 commit comments

Comments
 (0)