More Travis test fixes.

This commit is contained in:
Jeff Geerling 2016-01-14 22:24:39 -06:00
parent 830f8d1130
commit b28843abce
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@ before_install:
install:
# Install Ansible.
- pip install ansible
# TODO - remove specific version number after the following issue is fixed:
# https://github.com/ansible/ansible-modules-core/issues/2473
- pip install ansible==1.9.4
# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"

View File

@ -5,7 +5,7 @@
vars:
php_enable_webserver: false
php_install_from_source: true
php_source_clone_dir: /opt/php-src
php_source_clone_dir: /home/travis/php-src
php_source_make_command: "make --jobs=2"
roles: