Changing Travis for Python + fix upgrade
This commit is contained in:
parent
cd6f579baf
commit
e0897bebf4
@ -1,4 +1,4 @@
|
||||
language: node_js
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user