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:
|
||||
apt:
|
||||
update: true
|
||||
before_install:
|
||||
- sudo apt-get install -y curl openssl ca-certificates
|
||||
- sudo apt-get install -y make
|
||||
- sudo apt-get install -y qemu-user-static
|
||||
packages:
|
||||
- curl
|
||||
- openssl
|
||||
- ca-certificates
|
||||
- make
|
||||
- qemu-user-static
|
||||
env:
|
||||
global:
|
||||
- PARALLELMFLAGS="-j2"
|
||||
|
Loading…
Reference in New Issue
Block a user