1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 17:55:30 +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 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"