X Tutup
Skip to content

Commit ea7b5dd

Browse files
author
Johan Brichau
authored
Merge pull request SeasideSt#45 from SeasideSt/improve-travis
Improve travis builds (remove caching where it breaks)
2 parents d7574ad + db033f9 commit ea7b5dd

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ smalltalk:
99
- Pharo-3.0
1010
- Squeak-trunk
1111
- 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
12+
1813
matrix:
1914
allow_failures:
2015
- smalltalk: Pharo-alpha
2116
- smalltalk: Squeak-trunk
17+
include:
18+
- smalltalk: GemStone-3.1.0.6
19+
cache:
20+
directories:
21+
- $SMALLTALK_CI_CACHE
22+
- smalltalk: GemStone-3.2.16
23+
cache:
24+
directories:
25+
- $SMALLTALK_CI_CACHE
26+
- smalltalk: GemStone-3.3.4
27+
cache:
28+
directories:
29+
- $SMALLTALK_CI_CACHE

0 commit comments

Comments
 (0)
X Tutup