X Tutup
Skip to content

Commit 0675d06

Browse files
author
Johan Brichau
committed
limit travis-ci cache to gemstone builds
1 parent ea2d954 commit 0675d06

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ smalltalk:
1212
- GemStone-3.1.0.6
1313
- GemStone-3.2.16
1414
- GemStone-3.3.4
15-
cache:
16-
directories:
17-
- $SMALLTALK_CI_CACHE
15+
1816
matrix:
1917
allow_failures:
2018
- smalltalk: Pharo-alpha
2119
- smalltalk: Squeak-trunk
20+
include:
21+
- smalltalk: GemStone-3.1.0.6
22+
cache:
23+
directories:
24+
- $SMALLTALK_CI_CACHE
25+
- smalltalk: GemStone-3.2.16
26+
cache:
27+
directories:
28+
- $SMALLTALK_CI_CACHE
29+
- smalltalk: GemStone-3.3.4
30+
cache:
31+
directories:
32+
- $SMALLTALK_CI_CACHE

0 commit comments

Comments
 (0)
X Tutup