Skip to content

Commit

Permalink
#253 fiddle with configs for testing minimal tode api
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Apr 16, 2016
1 parent 173cf6e commit 4a24c97
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .minimal.smalltalk.ston
@@ -1,5 +1,12 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Tode',
#load : [ 'CI' ],
#directory : 'repository',
#onWarningLog : true,
#platforms : [ #gemstone ]
},
SCIMetacelloLoadSpec {
#baseline : 'Tode',
#load : [ 'Minimal Tests' ],
Expand Down
15 changes: 9 additions & 6 deletions .travis.yml
Expand Up @@ -4,21 +4,24 @@ sudo: false
os: linux

smalltalk:
- GemStone-2.4.8
- GemStone-3.1.0.6
- GemStone-3.2.14
# - GemStone-2.4.8
# - GemStone-3.1.0.6
# - GemStone-3.2.14
- GemStone-3.3.0

before_script:
# 'project new' command tests need this
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"

# Do only one build on osx
matrix:
include:
- smalltalk: GemStone-3.3.0
os: osx
# Do only one build on osx
# - smalltalk: GemStone-3.3.0
# os: osx
# Testing for https://github.com/dalehenrich/tode/issues/253
- smalltalk_config: .minimal.smalltalk.ston
env: GSCI_CLIENTS="Pharo-5.0"

cache:
directories:
Expand Down

0 comments on commit 4a24c97

Please sign in to comment.