Skip to content

Commit

Permalink
Add back x86 package repo for USB device support
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Ciumeica <mihai@thirdhash.com>
  • Loading branch information
cmihai committed Apr 10, 2019
1 parent c2a00aa commit 072b6a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ language: minimal
cache:
ccache: true
directories:
- depends/built
- depends/sdk-sources
- $HOME/.ccache
- depends/built
- depends/sdk-sources
- $HOME/.ccache
stages:
- lint
- test
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
name: "32-bit + dash (unit and functional tests)"
env: >-
HOST=i686-pc-linux-gnu
DPKG_ADD_ARCH="i386"
PACKAGES="g++-multilib python3-zmq libudev-dev:i386"
RUN_TESTS=true
GOAL="install"
Expand Down

0 comments on commit 072b6a0

Please sign in to comment.