Skip to content

Commit

Permalink
Adding allowed failures for Zephyr for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Nov 4, 2019
1 parent cda6a6b commit a316ff8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,12 @@ env:
- C=vexriscv.lite TC="ise" P=atlys T="net" F=zephyr

jobs:
fail_fast: true
allow_failures:
# Issue #454 - missing `pix5x_o` clock
- env: C=lm32 P=nexys_video T="video"
- env: C=lm32 TC="vivado" P=nexys_video T="video"
- env: C=vexriscv.lite TC="icestorm" P=icebreaker T="base" F=zephyr
- env: C=vexriscv.lite TC="vivado" P=arty T="net" F=zephyr
- env: C=vexriscv.lite TC="ise" P=atlys T="net" F=zephyr

notifications:
email:
Expand Down

0 comments on commit a316ff8

Please sign in to comment.