1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Updating travis to use bionic.

Enabled sudo to check if this fixes the apt installation problems.

Adding extra packages with apt-get.
This commit is contained in:
mikeller 2019-07-28 10:43:52 +12:00
parent 3857f6cb75
commit ccd79a8388

View file

@ -3,17 +3,7 @@ os:
sudo: false
dist: trusty
addons:
apt:
packages:
- lcov
- build-essential
- git
- libc6-i386
- time
- libblocksruntime-dev
dist: bionic
git:
depth: 5
@ -42,6 +32,8 @@ env:
# - TARGET=...
before_install:
- sudo apt-get update
- sudo apt-get install -y lcov libc6-i386 libblocksruntime-dev
- |
echo "Target branch: $TRAVIS_BRANCH"
echo "Commit range: $TRAVIS_COMMIT_RANGE"