Commit 78abb537 authored by Rusty Russell's avatar Rusty Russell

Travis: do make in parallel to test if that gives slight speedup.

Seems to.  Numbers are noisy, but before was 5 min 32 sec, after this
commit was 3 min 42 sec.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 49652b72
...@@ -7,5 +7,5 @@ addons: ...@@ -7,5 +7,5 @@ addons:
- libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
script: script:
- make - make -j2
- make check - make -j2 check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment