Compiling the project takes too long for a single job, Travis is timing out on me

As a side note, you should use -j<ncpus> for CPU-bound tasks like compilation. The common theory that it’s optimal to pass <ncpus+1> is not confirmed by experiment:

2 Likes