Commit 4b4d1343 authored by Denis Sakharov's avatar Denis Sakharov
Browse files

Improve composer build

parent f84fc90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    - cd $CI_PROJECT_DIR
    - if [ -e composer.json ];
      then
        composer install;
        composer --optimize-autoloader --no-dev install;
      fi
  only:
    refs: