mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +03:00
Try builtin for 'apt'.
This commit is contained in:
parent
19351017a0
commit
703659e7c4
1 changed files with 8 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -7,9 +7,15 @@ os:
|
||||||
node_js:
|
node_js:
|
||||||
- 8.11.2
|
- 8.11.2
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- rpm
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y rpm; fi
|
|
||||||
- npm i -g npm@6.0.1
|
- npm i -g npm@6.0.1
|
||||||
- npm install gulp -g
|
- npm install gulp -g
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue