CI: try to fix and simplify apt setup

Run apt update to update the package cache, as this seems to be needed by
Travis now. Also reduce the package set - we don't build any deb or rpm
packages anymore. This should hopefully fix the CI build.
This commit is contained in:
Grigori Goronzy 2018-11-09 01:14:41 +01:00 committed by GitHub
parent 3875b1f415
commit 217e5fb17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ python:
- "3.6" - "3.6"
- "pypy3" - "pypy3"
before_install: before_install:
- sudo apt install rpm dpkg-dev debhelper dh-python python3-setuptools fakeroot python3-serial python3-yaml - sudo apt update
- sudo apt install python3-setuptools python3-serial python3-yaml
install: install:
- pip install pyusb - pip install pyusb
script: script: