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