X Tutup
Skip to content

Commit 33db6e4

Browse files
author
Johan Brichau
committed
Use latest Metacello in Pharo too and exclude OSX build for Squeak-5.1
1 parent 38f508b commit 33db6e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.smalltalk.ston

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SmalltalkCISpec {
1111
#baseline : 'Grease',
1212
#directory : 'repository',
1313
#load : [ 'Tests' ],
14+
#useLatestMetacello : true,
1415
#platforms : [ #pharo ]
1516
},
1617
SCIMetacelloLoadSpec {

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ matrix:
1818
os: linux
1919

2020
include:
21-
- smalltalk: Squeak-5.1
22-
os: osx
21+
# - smalltalk: Squeak-5.1
22+
# os: osx
2323
- smalltalk: GemStone-2.4.8
2424
cache:
2525
directories:

0 commit comments

Comments
 (0)
X Tutup