From 5759c9aac1f13f2776319c3f249acb4c97ea14d8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 3 Oct 2016 23:21:02 +0200 Subject: remove install scripts and tweak travis --- install.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh deleted file mode 100755 index fad8b4c0..00000000 --- a/install.sh +++ /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" -- cgit v1.2.3