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

@@ -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"