We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8438cc0 + 6f5187d commit c39d449Copy full SHA for c39d449
.travis.yml
@@ -23,6 +23,10 @@ before_install:
23
# disable default memory limit
24
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
25
- echo memory_limit = -1 >> $INI
26
+ - echo "extension = apcu.so" >> $INI
27
+ - pear config-set preferred_state beta
28
+ - pecl channel-update pecl.php.net
29
+ - yes | pecl install imagick
30
31
install:
32
- travis_retry composer install $COMPOSER_OPTS
src/Resources/config/assets.yml
src/Resources/public/less/index.less
@@ -0,0 +1 @@
1
+@import "./web/bundles/flagbittableattribute/less/tableattribute.less";
…Resources/public/css/tableattribute.less …esources/public/less/tableattribute.lesssrc/Resources/public/css/tableattribute.less renamed to src/Resources/public/less/tableattribute.less
0 commit comments