diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-03 23:21:02 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-03 23:21:02 +0200 |
commit | 5759c9aac1f13f2776319c3f249acb4c97ea14d8 (patch) | |
tree | 038470c30251952e26a1a921dffeca40ce6113ff /install.sh | |
parent | a494c33ef7e574e68ab5bb83d0bdbd67348af0ef (diff) | |
download | wallabag-5759c9aac1f13f2776319c3f249acb4c97ea14d8.tar.gz wallabag-5759c9aac1f13f2776319c3f249acb4c97ea14d8.tar.zst wallabag-5759c9aac1f13f2776319c3f249acb4c97ea14d8.zip |
remove install scripts and tweak travis
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/install.sh b/install.sh deleted file mode 100755 index fad8b4c0..00000000 --- a/install.sh +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #! /usr/bin/env bash | ||
2 | |||
3 | echo " > Installing PHP dependencies through Composer..." | ||
4 | SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev | ||
5 | |||
6 | chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm | ||
7 | echo " > Downloading librairies through npm..." | ||
8 | vendor/mouf/nodejs-installer/bin/local/npm install | ||
9 | |||
10 | echo " > Concat, minify and installing assets..." | ||
11 | node_modules/grunt/bin/grunt | ||
12 | |||
13 | echo " > Install finished" | ||