Skip to content

Commit 29f50cf

Browse files
committed
Allow Sista+Lowcode vms to fail on Travis/AppVeyor
1 parent 06b2c94 commit 29f50cf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ environment:
9595

9696
matrix:
9797
fast_finish: true
98+
allow_failures:
99+
- FLAVOR: squeak.sista.spur
100+
- FLAVOR: pharo.sista.spur
101+
- FLAVOR: squeak.cog.spur.lowcode
102+
- FLAVOR: pharo.cog.spur.lowcode
98103

99104
notifications:
100105
- provider: Email

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
bash -c "
119119
dist: trusty
120120
group: edge
121+
allow_failures:
122+
- env: FLAVOR="squeak.sista.spur"
123+
- env: FLAVOR="pharo.sista.spur"
124+
- env: FLAVOR="squeak.cog.spur.lowcode"
125+
- env: FLAVOR="pharo.cog.spur.lowcode"
121126

122127
install: ./.travis_install.sh
123128

0 commit comments

Comments
 (0)