X Tutup
Skip to content

Commit f2bc124

Browse files
committed
use a different error handler, obviously
1 parent a164ba1 commit f2bc124

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/testTravisCI.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,7 @@ GsDeployer deploy: [
6767
$PROJECT_LINE
6868
$VERSION_LINE
6969
$REPOSITORY_LINE
70-
onWarning: [ :ex |
71-
Transcript
72-
cr;
73-
show: ex description.
74-
ex resume ];
70+
onConflict: [ :ex | ex allow ]; "Needed because there is a load conflict between Grease loaded via GLASS1 and this explicit load"
7571
load: #( ${LOADS} ).
7672
"Run the tests"
7773
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].

0 commit comments

Comments
 (0)
X Tutup