X Tutup
Skip to content

Commit 6099ea9

Browse files
committed
setting the author initials in squeak should fix the failing tests
1 parent 857c69a commit 6099ea9

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
@@ -53,6 +53,7 @@ cat - >> $OUTPUT_PATH << EOF
5353
load: #( ${LOADS} ).
5454
"Run the tests"
5555
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
56+
((Smalltalk includesKey: #Utilities) and:[Utilities respondsTo: #setAuthorInitials:]) ifTrue:[Utilities setAuthorInitials: 'TCI'].
5657
TravisCIHarness
5758
value: #( '${FULL_CONFIG_NAME}' )
5859
value: 'TravisCISuccess.txt'

0 commit comments

Comments
 (0)
X Tutup