X Tutup
Skip to content

Commit c185cb2

Browse files
author
Johan Brichau
committed
do not use latest metacello in pharo7 and let squeak5.1 on linux fail
1 parent 35d9177 commit c185cb2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.smalltalk.ston

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ SmalltalkCISpec {
55
#directory : 'repository',
66
#load : [ 'Tests' ],
77
#useLatestMetacello : true,
8-
#platforms : [ #squeak, #pharo ]
8+
#platforms : [ #squeak, #'pharo3.x', #'pharo4.x', #'pharo5.x', #'pharo6.x' ]
9+
},
10+
SCIMetacelloLoadSpec {
11+
#baseline : 'Grease',
12+
#directory : 'repository',
13+
#load : [ 'Tests' ],
14+
#platforms : [ #'pharo7.x' ]
915
},
1016
SCIMetacelloLoadSpec {
1117
#baseline : 'Grease',

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
allow_failures:
1515
- smalltalk: Pharo-alpha
1616
- smalltalk: Squeak-trunk
17+
- smalltalk: Squeak-5.1
18+
os: linux
1719

1820
include:
1921
- smalltalk: Squeak-5.1

0 commit comments

Comments
 (0)
X Tutup