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

@@ -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'