]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix travis
authorThomas Citharel <tcit@tcit.fr>
Sat, 29 Apr 2017 18:27:36 +0000 (20:27 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 4 May 2017 12:49:44 +0000 (14:49 +0200)
.travis.yml

index 8d900d27a95145f61f4196dc7f714ba3da7d232e..dea3da4a04eeaf91381dc86cb8eae66c454bb58c 100644 (file)
@@ -20,7 +20,6 @@ cache:
         - vendor
         - $HOME/.composer/cache
         - node_modules
-        - $HOME/.cache/bower
         - $HOME/.npm
 
 php:
@@ -59,9 +58,9 @@ 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 6.7; fi;
-    - if [[ $ASSETS = build ]]; then npm install -g npm@latest; fi;
-    - if [[ $ASSETS = build ]]; then npm install; fi;
+    - if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.10; fi;
+    - if [[ $ASSETS = build ]]; then npm install -g yarn@latest; fi;
+    - if [[ $ASSETS = build ]]; then yarn install; fi;
 
 before_install:
     - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;