We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a708df commit 62728a9Copy full SHA for 62728a9
.travis.yml
@@ -1,6 +1,10 @@
1
sudo: false
2
language: smalltalk
3
-smalltalk: Squeak-trunk
+smalltalk:
4
+ - Squeak64-trunk
5
+ - Squeak32-trunk
6
+ - Squeak64-5.2
7
+ - Squeak32-5.2
8
os:
9
- linux
10
- osx
appveyor.yml
@@ -6,7 +6,11 @@ environment:
CYG_MIRROR: http://cygwin.mirror.constant.com
SCI_RUN: /cygdrive/c/smalltalkCI-master/run.sh
matrix:
- - SMALLTALK: Squeak-trunk
+ - SMALLTALK:
11
12
13
14
15
platform:
16
- x86
0 commit comments