X Tutup
Skip to content

Commit 0107929

Browse files
author
Johan Brichau
committed
add gemstone 2.4 to the travis line-up
1 parent 1bb5122 commit 0107929

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

.travis.yml

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
language: smalltalk
22
sudo: false
33
smalltalk:
4+
- Pharo-alpha
5+
- Pharo-6.1
46
- Pharo-6.0
57
- Pharo-5.0
68
- Pharo-4.0
79
- Pharo-3.0
10+
- Squeak-trunk
811
- Squeak-5.1
9-
- GemStone-3.1.0.6
10-
- GemStone-3.2.16
11-
- GemStone-3.3.4
12-
cache:
13-
directories:
14-
- $SMALLTALK_CI_CACHE
15-
#matrix:
16-
# allow_failures:
17-
# - smalltalk: Pharo-6.0
12+
13+
matrix:
14+
allow_failures:
15+
- smalltalk: Pharo-alpha
16+
- smalltalk: Squeak-trunk
17+
include:
18+
- smalltalk: Gemstone-2.4.4.1
19+
cache:
20+
directories:
21+
- $SMALLTALK_CI_CACHE
22+
- smalltalk: GemStone-3.1.0.6
23+
cache:
24+
directories:
25+
- $SMALLTALK_CI_CACHE
26+
- smalltalk: GemStone-3.2.16
27+
cache:
28+
directories:
29+
- $SMALLTALK_CI_CACHE
30+
- smalltalk: GemStone-3.3.4
31+
cache:
32+
directories:
33+
- $SMALLTALK_CI_CACHE

0 commit comments

Comments
 (0)
X Tutup