mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Try to remove custom Node installation
This commit is contained in:
parent
9b8b36f058
commit
bfb6de6bcf
2 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
-
|
||||
|
|
|
|||
|
|
@ -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 $?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue