We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6099ea9 commit cbc3f0fCopy full SHA for cbc3f0f
tests/testTravisCI.sh
@@ -53,7 +53,7 @@ cat - >> $OUTPUT_PATH << EOF
53
load: #( ${LOADS} ).
54
"Run the tests"
55
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
56
- ((Smalltalk includesKey: #Utilities) and:[Utilities respondsTo: #setAuthorInitials:]) ifTrue:[Utilities setAuthorInitials: 'TCI'].
+ ((Smalltalk includesKey: #Utilities) and:[(Smalltalk at: #Utilities) respondsTo: #setAuthorInitials:]) ifTrue:[(Smalltalk at: #Utilities) setAuthorInitials: 'TCI'].
57
TravisCIHarness
58
value: #( '${FULL_CONFIG_NAME}' )
59
value: 'TravisCISuccess.txt'
0 commit comments