Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use a different error handler, obviously
  • Loading branch information
jbrichau committed Sep 6, 2014
commit f2bc124babb4fc109986f389179856eeccd54d16
6 changes: 1 addition & 5 deletions tests/testTravisCI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ GsDeployer deploy: [
$PROJECT_LINE
$VERSION_LINE
$REPOSITORY_LINE
onWarning: [ :ex |
Transcript
cr;
show: ex description.
ex resume ];
onConflict: [ :ex | ex allow ]; "Needed because there is a load conflict between Grease loaded via GLASS1 and this explicit load"
load: #( ${LOADS} ).
"Run the tests"
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
Expand Down