Le 11/10/2015 19:55, larsxschneider@gmail.com a écrit :
+
+before_script: make
+
+script: make --quiet test
Travis can be used in container mode but that would need getting rid of
"sudo" command and only installing from white-listed sources
(https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json)
Anyway, even within the present VM mode, 1.5 cores are available, so it
makes sense to add "-j2" to every make commands.