We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857c69a commit 6099ea9Copy full SHA for 6099ea9
tests/testTravisCI.sh
@@ -53,6 +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'].
57
TravisCIHarness
58
value: #( '${FULL_CONFIG_NAME}' )
59
value: 'TravisCISuccess.txt'
0 commit comments