Skip to content

Commit

Permalink
travis: Cleanup the allow_failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 29, 2020
1 parent c9e1c3b commit 8a7b8b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@ env:

jobs:
allow_failures:
- env: C=lm32 TC="vivado" P=nexys_video T="video"
- env: C=mor1kx.linux TC="vivado" P=nexys_video T="net" F=linux
# Need to rebuilt Xilinx toolchain to add pano_logic_g2 part (Spartan 6 150T part)
- env: C=vexriscv.lite TC="ise" P=pano_logic_g2 T="base"
# Need to rebuilt Xilinx toolchain to add NeTV2 FPGA Part (Artix 7 35T+50T parts)
- env: C=vexriscv TC="vivado" P=netv2 T="base net"
- env: C=vexriscv TC="vivado" P=netv2 T="hdmi2pcie"

notifications:
email:
Expand Down

0 comments on commit 8a7b8b5

Please sign in to comment.