1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Changing Travis for Python + fix upgrade

This commit is contained in:
yalh76 2019-01-30 19:54:45 +01:00
parent cd6f579baf
commit e0897bebf4
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
language: node_js
language: python
before_install:
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter

View file

@ -113,6 +113,8 @@ ynh_system_user_create $app
# ...
#=================================================
chown -R $app: $final_path
pushd $final_path
ynh_use_nodejs
sudo -u $app env PATH=$PATH:$nodejs_path npm install "graphql@^0.13.1"