Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
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
Next Next commit
fix ston
  • Loading branch information
Johan Brichau committed Feb 27, 2016
commit d5b2fd8a029eefd14932fbe13bce8d2d9ac8f1bb
10 changes: 5 additions & 5 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Grease', // Define MC Baseline
#directory : 'packages', // Path to packages if FileTree is used
#onWarningLog : true, // Handle Warnings and log message to Transcript (GemStone)
#load : [ 'CI' ], // Define MC load attributes
#platforms : [ #squeak, #pharo, #gemstone ] // Define compatible platforms
#baseline : 'Grease',
#directory : 'packages',
#onWarningLog : true,
#load : [ 'CI' ],
#platforms : [ #squeak, #pharo, #gemstone ]
}
]
}