Add concurrency to Travis job for faster run.

This commit is contained in:
Jeff Geerling 2015-05-31 21:34:57 -05:00
parent 9a28e06037
commit 0122ed31aa

View File

@ -5,6 +5,7 @@
vars:
php_enable_webserver: false
php_install_from_source: true
php_source_make_command: "make --jobs=2"
roles:
- ansible-role-php