Skip to content

Commit a8b603f

Browse files
committed
allow_failures needs to be in a matrix:
1 parent df7625d commit a8b603f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ smalltalk:
1515
cache:
1616
directories:
1717
- $SMALLTALK_CI_CACHE
18-
allow_failures:
19-
- smalltalk: Pharo-6.0
18+
matrix:
19+
allow_failures:
20+
- smalltalk: Pharo-6.0

0 commit comments

Comments
 (0)