X Tutup
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
Next Next commit
CI -> Tests (I should have had coffee before trying this...)
  • Loading branch information
Johan Brichau committed Feb 27, 2016
commit ce195bdd50a3ef400a0025528fa070c8e13eed9d
4 changes: 2 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ SmalltalkCISpec {
SCIMetacelloLoadSpec {
#baseline : 'Grease',
#directory : 'repository',
#load : [ 'CI' ],
#load : [ 'Tests' ],
#platforms : [ #squeak, #pharo ]
},
SCIMetacelloLoadSpec {
#baseline : 'Grease',
#directory : 'repository',
#onWarningLog : true,
#load : [ 'CI' ],
#load : [ 'Tests' ],
#platforms : [ #gemstone ]
}
]
Expand Down
X Tutup