mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-09 21:16:18 +08:00
Update NodeJS
This commit is contained in:
parent
04dff2dfbc
commit
1027d40ae7
1 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,7 @@ before_install:
|
|||
- ./occ status
|
||||
- ./occ app:list
|
||||
- ./occ app:enable $APP_NAME
|
||||
- nvm install 5.9
|
||||
- nvm install 7.0
|
||||
- npm install -g npm@latest
|
||||
- sh -c "if [ '$JSTESTS' = '1' ]; then npm install grunt-cli -g; fi"
|
||||
|
||||
|
@ -87,8 +87,6 @@ matrix:
|
|||
env: DB=sqlite;CLOUD=owncloud;SERVER_FOLDER=core
|
||||
- php: 5.6
|
||||
env: DB=mysql;CLOUD=owncloud;SERVER_FOLDER=core
|
||||
- php: 5.6
|
||||
env: DB=mysql;
|
||||
- php: 5.6
|
||||
env: DB=mysql;JSTESTS=1;
|
||||
- php: 7.0
|
||||
|
|
Loading…
Add table
Reference in a new issue