Merge branch 'develop'

This commit is contained in:
ErickSkrauch 2017-04-12 14:00:47 +03:00
commit cc2a912d40
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ test:frontend:
script: script:
- cd frontend - cd frontend
- npm i --silent > /dev/null - npm i --silent > /dev/null
- npm run lint --silent
- npm run test --silent - npm run test --silent
build:production: build:production:

View File

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'version' => '1.1.9', 'version' => '1.1.10',
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [ 'components' => [
'cache' => [ 'cache' => [