Skip to content
Merged
Show file tree
Hide file tree
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
added smalltalk.ston file
  • Loading branch information
Johan Brichau committed Feb 27, 2016
commit 23c9ebf49c1db2ea935388e101be0073707b0e2c
11 changes: 11 additions & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -0,0 +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
}
]
}
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ smalltalk:
- GemStone-2.4.4.1
- GemStone-3.1.0.6
- GemStone-3.2.10

env:
global:
- BASELINE="Grease"
# - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
# - BASELINE_GROUP="Tests" # Name of the group to load from baseline
- PACKAGES="./repository" # Directory where Filetree looks for package
# - BUILDERCI=false # Set to `true` for builderCI fallback