remove "composer install" because we don't need it

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-01-02 16:33:43 +01:00
parent d5f87b7910
commit 58901eb12a

View File

@@ -30,7 +30,6 @@ branches:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libxml2-utils
- composer install
- wget https://raw.githubusercontent.com/$SERVER/before_install.sh
- . ./before_install.sh "$APP_NAME" "$SERVER_BRANCH" "$DB"
- cd ../core || cd ../server