X Tutup
Skip to content

Commit fc21853

Browse files
author
Johan Brichau
committed
travis: add Squeak5.3
1 parent 7203e18 commit fc21853

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
- smalltalk: Pharo64-9.0
1111
- smalltalk: Squeak32-trunk
1212
- smalltalk: Squeak32-5.1
13+
- smalltalk: Squeak32-5.2
14+
- smalltalk: Squeak32-5.3
1315

1416
include:
1517
- smalltalk: Pharo64-9.0
@@ -29,6 +31,8 @@ matrix:
2931
env: BUILD_NAME=Pharo-4.0
3032
- smalltalk: Squeak32-trunk
3133
env: BUILD_NAME=Squeak-trunk
34+
- smalltalk: Squeak32-5.3
35+
env: BUILD_NAME=Squeak-5.3
3236
- smalltalk: Squeak32-5.2
3337
env: BUILD_NAME=Squeak-5.2
3438
- smalltalk: Squeak32-5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Coveralls (experimental): [![Coverage Status](https://coveralls.io/repos/github/
3333

3434
#### Prerequisite on Squeak
3535

36-
Make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
36+
Make sure you have the [MetacelloPreview version](https://github.com/Metacello/metacello), otherwise the load will not work.
3737

3838
### Squeak and Pharo (4.0 or newer)
3939

0 commit comments

Comments
 (0)
X Tutup