Skip to content

Commit

Permalink
fix gemstone build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Apr 19, 2014
1 parent 6099ea9 commit cbc3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testTravisCI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cat - >> $OUTPUT_PATH << EOF
load: #( ${LOADS} ).
"Run the tests"
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
((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'].
TravisCIHarness
value: #( '${FULL_CONFIG_NAME}' )
value: 'TravisCISuccess.txt'
Expand Down

0 comments on commit cbc3f0f

Please sign in to comment.