Try to remove custom Node installation

This commit is contained in:
Kamil Kokot 2017-12-28 08:51:28 +01:00
parent 9b8b36f058
commit bfb6de6bcf
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
2 changed files with 0 additions and 7 deletions

View file

@ -15,7 +15,6 @@ matrix:
php: 7.1
env:
- SYLIUS_SUITE="application"
- NODE_VERSION="6.11"
services:
- memcached
-
@ -29,7 +28,6 @@ matrix:
php: 7.2
env:
- SYLIUS_SUITE="application"
- NODE_VERSION="6.11"
services:
- memcached
-

View file

@ -5,8 +5,3 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../bash/application.
print_header "Activating memcached extension" "Sylius"
run_command "echo \"extension = memcached.so\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini" || exit $?
print_header "Installing Yarn" "Sylius"
# Install Node Version Manager to install newer node version
run_command "rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout \`git describe --abbrev=0 --tags\`) && source ~/.nvm/nvm.sh && nvm install $NODE_VERSION" || exit $?