Skip to content

Commit 62728a9

Browse files
committed
Build for latest Squeak release and for both 32/64 bits
1 parent 2a708df commit 62728a9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo: false
22
language: smalltalk
3-
smalltalk: Squeak-trunk
3+
smalltalk:
4+
- Squeak64-trunk
5+
- Squeak32-trunk
6+
- Squeak64-5.2
7+
- Squeak32-5.2
48
os:
59
- linux
610
- osx

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ environment:
66
CYG_MIRROR: http://cygwin.mirror.constant.com
77
SCI_RUN: /cygdrive/c/smalltalkCI-master/run.sh
88
matrix:
9-
- SMALLTALK: Squeak-trunk
9+
- SMALLTALK:
10+
- Squeak64-trunk
11+
- Squeak32-trunk
12+
- Squeak64-5.2
13+
- Squeak32-5.2
1014

1115
platform:
1216
- x86

0 commit comments

Comments
 (0)