X Tutup
Skip to content

Commit 4fdab54

Browse files
author
Johan Brichau
committed
fix slime tests by setting author before running tests
1 parent 53a900c commit 4fdab54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testTravisCI.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ cat - >> $OUTPUT_PATH << EOF
5252
$REPOSITORY_LINE
5353
load: #( ${LOADS} ).
5454
"Run the tests"
55+
Smalltalk at: #Author ifPresent:[Author fullName: 'Travis'].
5556
TravisCIHarness
5657
value: #( '${FULL_CONFIG_NAME}' )
5758
value: 'TravisCISuccess.txt'

0 commit comments

Comments
 (0)
X Tutup