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