aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichaƂ Janiszewski2016-07-28 16:34:49 +0200
committerEugene Sandulenko2016-07-28 17:34:49 +0300
commit823c2f899b480a1fa494b08e1471142129293779 (patch)
treef107851e22e56c0539423e6962b49df0aec997de /.travis.yml
parenta72b7ab0f709ede78ad3e568bf0e341f66e873b7 (diff)
downloadscummvm-rg350-823c2f899b480a1fa494b08e1471142129293779.tar.gz
scummvm-rg350-823c2f899b480a1fa494b08e1471142129293779.tar.bz2
scummvm-rg350-823c2f899b480a1fa494b08e1471142129293779.zip
BUILD: Use parallel build on travis (#792)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c9d83a795..9965f168b8 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