]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
try to reduce assets build npm connection failing by updating nodejs 2375/head
authorThomas Citharel <tcit@tcit.fr>
Wed, 5 Oct 2016 13:05:42 +0000 (15:05 +0200)
committerThomas Citharel <tcit@tcit.fr>
Wed, 5 Oct 2016 13:05:42 +0000 (15:05 +0200)
.travis.yml

index f1334f5265ccdd27f8b2f5e4b4b7669b1459bcef..c7bb05fb1fa2cbbf4ac3da396527ae2889f8e883 100644 (file)
@@ -62,7 +62,7 @@ before_script:
     - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
 
 install:
-    - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 5.0; fi;
+    - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.7; fi;
     - if [[ $ASSETS = build ]]; then npm install -g npm@latest; fi;
     - if [[ $ASSETS = build ]]; then npm install; fi;