X Tutup
Skip to content

Commit ad472d1

Browse files
author
Johan Brichau
committed
Adding tests for pharo alpha and squeak trunk
1 parent e299075 commit ad472d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
language: smalltalk
22
sudo: false
33
smalltalk:
4+
- Pharo-alpha
45
- Pharo-6.0
56
- Pharo-5.0
67
- Pharo-4.0
78
- Pharo-3.0
9+
- Squeak-trunk
810
- Squeak-5.1
911
- GemStone-3.1.0.6
1012
- GemStone-3.2.16
1113
- GemStone-3.3.4
1214
cache:
1315
directories:
1416
- $SMALLTALK_CI_CACHE
15-
#matrix:
16-
# allow_failures:
17-
# - smalltalk: Pharo-6.0
17+
matrix:
18+
allow_failures:
19+
- smalltalk: Pharo-alpha
20+
- smalltalk: Squeak-trunk

0 commit comments

Comments
 (0)
X Tutup