Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 20, 2021
1 parent 6cc5b17 commit d112455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly
- 8.0

matrix:
include:
Expand All @@ -29,10 +29,8 @@ before_install:
- echo memory_limit = -1 >> ~/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/travis.ini

install:
- if [ $TRAVIS_PHP_VERSION = "nightly" ]; then composer config platform.php 7.4.99; fi;
- if [ "$deps" = "no" ]; then composer install; fi;
- if [ "$deps" = "low" ]; then composer --prefer-lowest --prefer-stable update; fi;
- if [ $TRAVIS_PHP_VERSION = "nightly" ]; then composer config --unset platform.php; fi;
- ./vendor/bin/simple-phpunit install

script:
Expand Down

0 comments on commit d112455

Please sign in to comment.