1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

Speed up Travis build by using more cores.

This commit is contained in:
James Crook 2017-04-08 21:37:18 +01:00
parent 05662ac607
commit 03f6efb8ca

View File

@ -17,4 +17,4 @@ before_install:
language: language:
- cpp - cpp
script: script:
- ./configure && make - ./configure && make -j4