aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-05 15:05:42 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-05 15:05:42 +0200
commit3c00779dc3e36aa52f9d520bf6b615511ae39d17 (patch)
tree4e231e2b58815e93fe1cb9206ba8b27ebd652481 /.travis.yml
parentc36f5adce2dcf30affe972fe8752e98aeb8d57a1 (diff)
downloadwallabag-3c00779dc3e36aa52f9d520bf6b615511ae39d17.tar.gz
wallabag-3c00779dc3e36aa52f9d520bf6b615511ae39d17.tar.zst
wallabag-3c00779dc3e36aa52f9d520bf6b615511ae39d17.zip
try to reduce assets build npm connection failing by updating nodejs
Diffstat (limited to '.travis.yml')
-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