1
0
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:
nosamad 2019-03-29 00:36:03 +01:00
parent 850e92de61
commit 76c47e4234

View File

@ -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"