We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2c94 commit 29f50cfCopy full SHA for 29f50cf
.appveyor.yml
@@ -95,6 +95,11 @@ environment:
95
96
matrix:
97
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
103
104
notifications:
105
- provider: Email
.travis.yml
@@ -118,6 +118,11 @@ jobs:
118
bash -c "
119
dist: trusty
120
group: edge
121
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"
126
127
install: ./.travis_install.sh
128
0 commit comments