remove "composer install" because we don't need it
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user