We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a164ba1 commit f2bc124Copy full SHA for f2bc124
tests/testTravisCI.sh
@@ -67,11 +67,7 @@ GsDeployer deploy: [
67
$PROJECT_LINE
68
$VERSION_LINE
69
$REPOSITORY_LINE
70
- onWarning: [ :ex |
71
- Transcript
72
- cr;
73
- show: ex description.
74
- ex resume ];
+ onConflict: [ :ex | ex allow ]; "Needed because there is a load conflict between Grease loaded via GLASS1 and this explicit load"
75
load: #( ${LOADS} ).
76
"Run the tests"
77
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
0 commit comments