Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f673639

Browse files
committed
updated travis yml
cs fix
1 parent 61bd5dd commit f673639

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ install:
7272
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
7373
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
7474
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
75+
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
7576
- travis_retry composer install $COMPOSER_ARGS
76-
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer install $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
7777
- composer show --installed
7878

7979
script:

test/ApplicationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
use Zend\Stdlib\ArrayUtils;
3131
use Zend\Stdlib\ResponseInterface;
3232
use Zend\View\Model\ViewModel;
33-
use ZendTest\Mvc\TestAsset;
3433

3534
class ApplicationTest extends TestCase
3635
{

0 commit comments

Comments
 (0)