1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Updating travis to use bionic. (#8618)

Updating travis to use bionic.
This commit is contained in:
Michael Keller 2019-07-30 07:19:19 +12:00 committed by GitHub
commit 4a94611405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"