Test with higher version of nodejs

This commit is contained in:
Benoît Burnichon
2015-11-30 18:34:34 +01:00
committed by Florian BLOUET
parent 4b58742e38
commit 966efde17a
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ services:
- memcached
- redis
before_install:
- nvm install 0.12.0
- phpenv config-rm xdebug.ini
- composer self-update --no-progress --no-interaction
- sudo apt-get purge elasticsearch

View File

@@ -8,6 +8,8 @@ general:
machine:
php:
version: 5.5.21
node:
version: 0.12.0
services:
- memcached
- redis