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:
parent
3857f6cb75
commit
ccd79a8388
1 changed files with 3 additions and 11 deletions
14
.travis.yml
14
.travis.yml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue