diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-17 15:36:59 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-05-17 15:36:59 +0200 |
commit | 40e2a703d0046d5e5da3e1ab4f5211fa0b40b375 (patch) | |
tree | 4321350f14d1173f9ad66841864f4ceb7e02c6af /.travis.yml | |
parent | b01edcb9bc5d8c884013240b00be053f30efa56c (diff) |
.travis.yml: parallel build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1e45f37fb..a8435faf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ addons: os: - linux +env: + global: + - MAKEFLAGS="-j2" + compiler: - gcc |