1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

remove install scripts and tweak travis

This commit is contained in:
Thomas Citharel 2016-10-03 23:21:02 +02:00
parent a494c33ef7
commit 5759c9aac1
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
3 changed files with 3 additions and 29 deletions

View file

@ -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"