1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +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 sudo: false
dist: trusty dist: bionic
addons:
apt:
packages:
- lcov
- build-essential
- git
- libc6-i386
- time
- libblocksruntime-dev
git: git:
depth: 5 depth: 5
@ -42,6 +32,8 @@ env:
# - TARGET=... # - TARGET=...
before_install: before_install:
- sudo apt-get update
- sudo apt-get install -y lcov libc6-i386 libblocksruntime-dev
- | - |
echo "Target branch: $TRAVIS_BRANCH" echo "Target branch: $TRAVIS_BRANCH"
echo "Commit range: $TRAVIS_COMMIT_RANGE" echo "Commit range: $TRAVIS_COMMIT_RANGE"