Skip to content

Commit

Permalink
Allow Sista+Lowcode vms to fail on Travis/AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Apr 3, 2018
1 parent 06b2c94 commit 29f50cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ environment:

matrix:
fast_finish: true
allow_failures:
- FLAVOR: squeak.sista.spur
- FLAVOR: pharo.sista.spur
- FLAVOR: squeak.cog.spur.lowcode
- FLAVOR: pharo.cog.spur.lowcode

notifications:
- provider: Email
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
bash -c "
dist: trusty
group: edge
allow_failures:
- env: FLAVOR="squeak.sista.spur"
- env: FLAVOR="pharo.sista.spur"
- env: FLAVOR="squeak.cog.spur.lowcode"
- env: FLAVOR="pharo.cog.spur.lowcode"

install: ./.travis_install.sh

Expand Down

0 comments on commit 29f50cf

Please sign in to comment.