]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install_dev.sh
remove install scripts and tweak travis
[github/wallabag/wallabag.git] / install_dev.sh
diff --git a/install_dev.sh b/install_dev.sh
deleted file mode 100755 (executable)
index cbd4749..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /usr/bin/env bash
-
-echo " > Installing PHP dependencies (including dev) through Composer..."
-composer install -o  --no-interaction --no-progress --prefer-dist
-
-if [[ $ASSETS == 'build' || $TRAVIS_BUILD_DIR == '' ]]; then
-    echo " > Downloading librairies through npm..."
-    npm install
-
-    echo " > Concat, minify and installing assets..."
-    grunt
-fi
-
-echo " > Install finished"