Skip to content

Commit

Permalink
Merge branch 'master' into prepare-3.1.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Mansilla authored Sep 23, 2019
2 parents 8438cc0 + 6f5187d commit c39d449
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ before_install:
# disable default memory limit
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo memory_limit = -1 >> $INI
- echo "extension = apcu.so" >> $INI
- pear config-set preferred_state beta
- pecl channel-update pecl.php.net
- yes | pecl install imagick

install:
- travis_retry composer install $COMPOSER_OPTS
Expand Down
3 changes: 0 additions & 3 deletions src/Resources/config/assets.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/Resources/public/less/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "./web/bundles/flagbittableattribute/less/tableattribute.less";

0 comments on commit c39d449

Please sign in to comment.