mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
changes syntax in travis file for package installation
This commit is contained in:
parent
850e92de61
commit
76c47e4234
10
.travis.yml
10
.travis.yml
@ -4,10 +4,12 @@ services:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
update: true
|
update: true
|
||||||
before_install:
|
packages:
|
||||||
- sudo apt-get install -y curl openssl ca-certificates
|
- curl
|
||||||
- sudo apt-get install -y make
|
- openssl
|
||||||
- sudo apt-get install -y qemu-user-static
|
- ca-certificates
|
||||||
|
- make
|
||||||
|
- qemu-user-static
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PARALLELMFLAGS="-j2"
|
- PARALLELMFLAGS="-j2"
|
||||||
|
Loading…
Reference in New Issue
Block a user