Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/HDMI2USB-litex-firmware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 585a9e2f0fa2
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2fb2f89c9282
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 8, 2016

  1. Copy the full SHA
    7aca3f3 View commit details
  2. Merge pull request #288 from mithro/travis-allow-hdmi2eth-fail

    travis: Allow Atlys hdmi2eth target to fail.
    mithro authored Aug 8, 2016
    Copy the full SHA
    2fb2f89 View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 .travis.yml
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,11 @@ env:
- BOARD=minispartan6 TARGET=base
- BOARD=minispartan6 TARGET=video

matrix:
allow_failures:
- env: BOARD=atlys TARGET=hdmi2eth
fast_finish: true

install:
- $PWD/.travis/setup.sh