Skip to content

Commit

Permalink
added coveralls and updated ci specs
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruhnak committed Apr 19, 2017
1 parent b4e315f commit 87815f4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#platforms : [
#pharo
],
#baseline : 'XMLMAGenerator',
#directory : 'repository',
#platforms : [ #pharo ]
#directory : 'repository'
}
],
#testing : {
#packages : [ 'XML-MA-Generator' ]
#coverage : {
#packages : [ 'XML-MA-Generator' ]
}
#packages : [
'XML-MA-Generator'
]
},
#packages : [
'XML-MA-Generator'
]
}
}
}

0 comments on commit 87815f4

Please sign in to comment.