fix travis build

This commit is contained in:
Christian Klopp 2018-06-20 17:02:10 +02:00
parent 482a2a0f3c
commit 294d5469c8
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
services:
- docker
before_script:
- sudo apt update
- sudo apt install qemu-user-static
- "./create-binary-docker backend"
- "./create-binary-docker backend -a arm"

View File

@ -11,7 +11,7 @@ ENV MOD_NAME=sdk
MAINTAINER rst/tgu
# update pip to latest version
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools
# install openmtc dependencies
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt