File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 - ST=Squeak-4.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
99 - ST=GemStone-2.4.4.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1010 - ST=GemStone-3.1.0.6 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
11- - ST=GemStone-3.2.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
11+ - ST=GemStone-3.2.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1212
1313install :
1414 - export PROJECT_HOME="$(pwd)"
Original file line number Diff line number Diff line change @@ -64,10 +64,15 @@ GsDeployer deploy: [
6464 Transcript cr; show: 'travis--->${OUTPUT_PATH} '.
6565 "Load the configuration or baseline"
6666 Metacello new
67- $PROJECT_LINE
68- $VERSION_LINE
69- $REPOSITORY_LINE
70- load: #( ${LOADS} ).
67+ $PROJECT_LINE
68+ $VERSION_LINE
69+ $REPOSITORY_LINE
70+ onWarning: [ :ex |
71+ Transcript
72+ cr;
73+ show: ex description.
74+ ex resume ];
75+ load: #( ${LOADS} ).
7176 "Run the tests"
7277 Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
7378 ((Smalltalk includesKey: #Utilities) and:[(Smalltalk at: #Utilities) respondsTo: #setAuthorInitials:]) ifTrue:[(Smalltalk at: #Utilities) setAuthorInitials: 'TCI'].
You can’t perform that action at this time.
0 commit comments