Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mithro committed Sep 9, 2015
1 parent b4c94be commit e19e5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-run.sh
Expand Up @@ -5,8 +5,8 @@
BOARDS="atlys opsis"
TARGETS="base hdmi2usb hdmi2ethernet"

for $BOARD in $BOARDS; do
for $TARGET in $TARGETS; do
for BOARD in $BOARDS; do
for TARGET in $TARGETS; do
BOARD=$BOARD TARGET=$TARGET make help

# FIXME: Add ability to compile gateware.
Expand Down

0 comments on commit e19e5dd

Please sign in to comment.