forked from wallabag/wallabag
remove install scripts and tweak travis
This commit is contained in:
13
install.sh
13
install.sh
@ -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"
|
||||
Reference in New Issue
Block a user