We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7574ad + db033f9 commit ea7b5ddCopy full SHA for ea7b5dd
.travis.yml
@@ -9,13 +9,21 @@ smalltalk:
9
- Pharo-3.0
10
- Squeak-trunk
11
- Squeak-5.1
12
- - GemStone-3.1.0.6
13
- - GemStone-3.2.16
14
- - GemStone-3.3.4
15
-cache:
16
- directories:
17
- - $SMALLTALK_CI_CACHE
+
18
matrix:
19
allow_failures:
20
- smalltalk: Pharo-alpha
21
- smalltalk: Squeak-trunk
+ include:
+ - smalltalk: GemStone-3.1.0.6
+ cache:
+ directories:
+ - $SMALLTALK_CI_CACHE
22
+ - smalltalk: GemStone-3.2.16
23
24
25
26
+ - smalltalk: GemStone-3.3.4
27
28
29
0 commit comments