Skip to content

Commit

Permalink
Fix ci (#13)
Browse files Browse the repository at this point in the history
* Fix ci
  • Loading branch information
andrea-cadorin authored Aug 31, 2020
1 parent 63da868 commit 37695db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ matrix:
- php: 5.6
env:
- DEPS=lowest
- php: 5.6
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"

notifications:
email: d.drigani@mvlabs.it
Expand All @@ -37,7 +33,6 @@ before_install:

install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- composer show
Expand Down

0 comments on commit 37695db

Please # to comment.