aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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