Skip to content

Commit

Permalink
update year + composer + travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Jan 4, 2016
1 parent c2c34d6 commit 25cae12
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:~1.1"
Expand All @@ -19,5 +24,4 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"bower-asset/blueimp-gallery": "~2.15.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Carousel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/DosamigosAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Gallery.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/GalleryAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/AssetManager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/CarouselTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/GalleryTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @link https://github.com/2amigos/yii2-gallery-widget
* @copyright Copyright (c) 2013-2015 2amigOS! Consulting Group LLC
* @copyright Copyright (c) 2013-2016 2amigOS! Consulting Group LLC
* @license http://opensource.org/licenses/BSD-3-Clause
*/

Expand Down

0 comments on commit 25cae12

Please sign in to comment.