Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Aug 16, 2017
2 parents bddda05 + 3b327ab commit f715373
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -2,6 +2,11 @@ language: php

sudo: false

env:
global:
- COMPOSER_ALLOW_XDEBUG=0
- COMPOSER_DISCARD_CHANGES=true

matrix:
include:
- php: 7.0
Expand All @@ -12,7 +17,7 @@ cache:
- $HOME/.composer/cache

install:
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
- travis_retry composer update --no-interaction --prefer-dist --no-suggest

script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
Expand All @@ -23,4 +28,4 @@ after_success:
notifications:
email:
on_success: never
on_failure: change
on_failure: change
3 changes: 2 additions & 1 deletion resources/config/tableview.php
Expand Up @@ -16,7 +16,8 @@
*/
'default-table-attributes' => [
'border' => true,
'height' => 500,
//'height' => 500, // Static table size in pixels. No more, no less.
'max-height' => 500, // The table will start small and grow up to this value in pixels.
'stripe' => true,
],

Expand Down

0 comments on commit f715373

Please sign in to comment.