]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install.sh
remove install scripts and tweak travis
[github/wallabag/wallabag.git] / install.sh
diff --git a/install.sh b/install.sh
deleted file mode 100755 (executable)
index fad8b4c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/env bash
-
-echo " > Installing PHP dependencies through Composer..."
-SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
-
-chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
-echo " > Downloading librairies through npm..."
-vendor/mouf/nodejs-installer/bin/local/npm install
-
-echo " > Concat, minify and installing assets..."
-node_modules/grunt/bin/grunt
-
-echo " > Install finished"