aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-05 15:38:19 +0200
committerGitHub <noreply@github.com>2016-10-05 15:38:19 +0200
commit145d69fe5d79f8d4edf493ed42e80f73beb689a3 (patch)
tree189e3a2e5684a1031512c3827339a2e809f73252
parent2fb9caeb2de119e83cab993d4c1e7f4b81227362 (diff)
parent3c00779dc3e36aa52f9d520bf6b615511ae39d17 (diff)
downloadwallabag-145d69fe5d79f8d4edf493ed42e80f73beb689a3.tar.gz
wallabag-145d69fe5d79f8d4edf493ed42e80f73beb689a3.tar.zst
wallabag-145d69fe5d79f8d4edf493ed42e80f73beb689a3.zip
Merge pull request #2375 from wallabag/upgrade-nodejs
try to reduce assets build npm connection failing by updating nodejs
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f1334f52..c7bb05fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ before_script:
62 - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi; 62 - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
63 63
64install: 64install:
65 - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 5.0; fi; 65 - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.7; fi;
66 - if [[ $ASSETS = build ]]; then npm install -g npm@latest; fi; 66 - if [[ $ASSETS = build ]]; then npm install -g npm@latest; fi;
67 - if [[ $ASSETS = build ]]; then npm install; fi; 67 - if [[ $ASSETS = build ]]; then npm install; fi;
68 68