PHRAS-1794 and PHRAS-1804 : fix pecl-packages and node version

This commit is contained in:
Moctar
2018-01-12 12:56:53 +01:00
parent 06413e9f9c
commit 36e4b97f93
3 changed files with 7 additions and 6 deletions

View File

@@ -7,4 +7,4 @@
- name: Install specific nodejs version
become: yes
become_user: vagrant
shell: export NVM_DIR="$HOME/.nvm" &&. ~/.nvm/nvm.sh && nvm install 0.12.16 && nvm alias default 0.12.16
shell: export NVM_DIR="$HOME/.nvm" &&. ~/.nvm/nvm.sh && nvm install {{ node.version }} && nvm alias default {{ node.version }}

View File

@@ -15,4 +15,4 @@
when: php.packages is defined
- include: configure.yml
- include: pecl.yml
# - include: pecl.yml

View File

@@ -80,10 +80,11 @@ php:
- 'php5.6-sqlite3'
- 'php5.6-bcmath'
- 'php-pear'
pecl_packages:
- {name: zmq, package: php-zmq}
- {name: amqp, package: amqp-1.9.3}
- 'php5.6-dev'
- 'php-zmq'
- 'php-amqp'
node:
version: '9.4.0'
xdebug:
install: '1'
idekey: 'PHPSTORM'