Skip to content

Commit 6cb5a94

Browse files
committed
Add link to telegram channel and update deps
1 parent 3248ca5 commit 6cb5a94

File tree

9 files changed

+642
-449
lines changed

9 files changed

+642
-449
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22

33
os: [linux]
44

5+
dist: bionic
6+
57
cache:
68
directories:
79
- $HOME/.composer/cache
@@ -16,12 +18,12 @@ services:
1618
- mysql
1719

1820
before_install:
21+
- nvm install 12
1922
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then openssl aes-256-cbc -K $encrypted_38f96163e3a4_key -iv $encrypted_38f96163e3a4_iv -in .travis/deploy.key.enc -out .travis/deploy.key -d; fi
20-
- curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
2123
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
2224
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2325
- sudo apt-get update -qq
24-
- sudo apt-get install -y -qq python-docutils nodejs yarn
26+
- sudo apt-get install -y -qq python-docutils yarn
2527

2628
before_script:
2729
- mysql -e "create database phpofby DEFAULT CHARACTER SET utf8; grant all on phpofby.* to 'symfony'@'localhost' identified by 'symfony';" -uroot

Resources/doc/01-installation-dev.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Restart ``php-fpm`` using command ``sudo service php7.3-fpm restart``.
6969

7070
Install node.js and Yarn
7171
~~~~~~~~~~~~~~~~~~~~~~~~
72-
Here we are using version 10 of Node.js.
73-
We need to add repo via ``curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -``. After that install node via ``sudo apt-get install -y nodejs``.
72+
Here we are using version 12 of Node.js.
73+
We need to add repo via ``curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -``. After that install node via ``sudo apt-get install -y nodejs``.
7474

7575
Install Yarn:
7676

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"config": {
7575
"platform": {
76-
"php": "7.3.16"
76+
"php": "7.3.17"
7777
},
7878
"preferred-install": {
7979
"*": "dist"

0 commit comments

Comments
 (0)