[Scummvm-cvs-logs] scummvm master -> 823c2f899b480a1fa494b08e1471142129293779

sev- sev at scummvm.org
Thu Jul 28 16:34:53 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
823c2f899b BUILD: Use parallel build on travis (#792)


Commit: 823c2f899b480a1fa494b08e1471142129293779
    https://github.com/scummvm/scummvm/commit/823c2f899b480a1fa494b08e1471142129293779
Author: MichaƂ Janiszewski (janisozaur at users.noreply.github.com)
Date: 2016-07-28T17:34:49+03:00

Commit Message:
BUILD: Use parallel build on travis (#792)

Changed paths:
    .travis.yml



diff --git a/.travis.yml b/.travis.yml
index 7c9d83a..9965f16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,6 @@ os:
 
 script:
   - ./configure --enable-all-engines --disable-eventrecorder
-  - make
+  - make -j 2
   - make test
   - make devtools






More information about the Scummvm-git-logs mailing list