Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-10-29 13:34:38 +0300
committerbrantje <brantje@gmail.com>2017-10-29 13:34:38 +0300
commit1027d40ae791fabf9b4da5655a11c9b014aa0b0f (patch)
tree1b5d87692c25a519e7707a39dfecd8c6b7c91f32 /.travis.yml
parent04dff2dfbc13b88e41bfdfefcfbfb9a06dc027e0 (diff)
Update NodeJS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 89a25e23..fe5c0511 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
@@ -88,8 +88,6 @@ matrix:
- 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
env: DB=mysql;